Skip to content

Commit 3297186

Browse files
committed
fixing spelling mistake sad model
1 parent 71331ab commit 3297186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prob/misc.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function post_sad_opf{T <: Union{AbstractACPForm, AbstractDCPForm}}(pm::GenericP
7676
constraint_active_ohms_yt(pm, branch)
7777
constraint_reactive_ohms_yt(pm, branch)
7878

79-
constraint_phase_angle_diffrence(pm, branch)
79+
constraint_phase_angle_difference(pm, branch)
8080
theta_fr = getvariable(pm.model, :t)[branch["f_bus"]]
8181
theta_to = getvariable(pm.model, :t)[branch["t_bus"]]
8282

0 commit comments

Comments
 (0)