Bug fixed

This commit is contained in:
Nuwan Yapa 2025-02-10 18:59:49 -05:00
parent aeb3225254
commit c0a914c3c4
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ function solve_system(s::system, initial_dens=nothing, initial_flds=(zeros(1 + s
# neutrons # neutrons
κs_n, Es_n = findAllOrbitals(false, S_interp, V_interp, R_interp, A_interp, s.r_max) κs_n, Es_n = findAllOrbitals(false, S_interp, V_interp, R_interp, A_interp, s.r_max)
occs_n = fillNucleons(s.N, κs_n, Es_n) occs_n = fillNucleons(s.N, κs_n, Es_n)
(ρ_sp, ρ_vp) = calculateNucleonDensity(κs_n, Es_n, occs_n, false, S_interp, V_interp, R_interp, A_interp, s.r_max, s.divs) (ρ_sn, ρ_vn) = calculateNucleonDensity(κs_n, Es_n, occs_n, false, S_interp, V_interp, R_interp, A_interp, s.r_max, s.divs)
if monitor_plot if monitor_plot
for s in p.series_list for s in p.series_list