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

Commit

Permalink
symba_frag_pos removed unneeded energy after scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
cwishard committed Jun 4, 2021
1 parent 515b00c commit e73f9d7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/symba/symba_frag_pos.f90
Original file line number Diff line number Diff line change
Expand Up @@ -182,13 +182,6 @@ subroutine set_scale_factors()
ke_orbit_before = ke_orbit_before / Escale
Ltot_before = Ltot_before / Lscale
Lmag_before = Lmag_before / Lscale
Etot_after = Etot_after / Escale
pe_after = pe_after / Escale
ke_spin_after = ke_spin_after / Escale
ke_orbit_after = ke_orbit_after / Escale
Ltot_after = Ltot_after / Lscale
Lmag_after = Lmag_after / Lscale


return
end subroutine set_scale_factors
Expand Down

0 comments on commit e73f9d7

Please sign in to comment.