diff options
author | sotech117 <michael_foiani@brown.edu> | 2024-02-21 00:45:35 -0500 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2024-02-21 00:45:35 -0500 |
commit | 0ba76d58cada341e6d570c5cb0ca0c19505e2607 (patch) | |
tree | b2bbf9bcbadf41f0e27984a75e2edff2448cedde /hw2 | |
parent | 1b2da80b101f0490b38d6e32a1120642f8a1fad1 (diff) |
prepare for hw3
Diffstat (limited to 'hw2')
-rw-r--r-- | hw2/2-7.jl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ function adiabatic!( push!(v_y, v_y_new) push!(t, t[end] + Δt) end -end +en function nodensity!( x::Vector{Float64}, y::Vector{Float64}, |