Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
symba_frag_pos rescaled energies
Browse files Browse the repository at this point in the history
  • Loading branch information
cwishard committed Jun 1, 2021
1 parent 518790e commit 1fb1c06
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/symba/symba_frag_pos.f90
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,14 @@ subroutine restore_scale_factors()
end do

Qloss = Qloss * Escale
ke_family = ke_family * Escale
Etot_before = Etot_before * Escale
pe_before = pe_before * Escale
ke_spin_before = ke_spin_before * Escale
ke_orbit_before = ke_orbit_before * Escale
Ltot_before = Ltot_before * Lscale
Lmag_before = Lmag_before * Lscale

mscale = 1.0_DP
rscale = 1.0_DP
vscale = 1.0_DP
Expand Down

0 comments on commit 1fb1c06

Please sign in to comment.