Skip to content

Commit

Permalink
add docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
BTV25 committed Jan 13, 2025
1 parent 1953204 commit 0fafe8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/nonlinear.jl
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ function redefine_gamma_index!(sections)
end
end

"""
nonlinear_analysis!(system)
"""

function nonlinear_analysis!(system)
vel = zeros(2)
n_hat = zeros(3)
Expand Down

0 comments on commit 0fafe8a

Please sign in to comment.