Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
ocots committed Jul 23, 2024
1 parent 8a211b7 commit b462c3b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/src/saturation.md
Original file line number Diff line number Diff line change
Expand Up @@ -594,12 +594,12 @@ function shoot!(s, pz0, t1, t2, t3, tf, q1, p1, q2, p2, q3, p3)
s[3] = p3[1] # H1 = H01 = 0 on the vertical
s[4] = q3[1] # singular line, y=0
s[5] = qf[2] # z(tf) = 0
s[ 6: 7] .= q1 - q1_
s[ 8: 9] .= p1 - p1_
s[10:11] .= q2 - q2_
s[12:13] .= p2 - p2_
s[14:15] .= q3 - q3_
s[16:17] .= p3 - p3_
s[ 6: 7] = q1 - q1_
s[ 8: 9] = p1 - p1_
s[10:11] = q2 - q2_
s[12:13] = p2 - p2_
s[14:15] = q3 - q3_
s[16:17] = p3 - p3_
end
nothing # hide
Expand Down

0 comments on commit b462c3b

Please sign in to comment.