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

Commit

Permalink
Removed uninitialized rot_frag from the scaling subroutine
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Jun 22, 2021
1 parent 117f8ce commit bd0a629
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/symba/symba_frag_pos.f90
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ subroutine set_scale_factors()

m_frag = m_frag / mscale
rad_frag = rad_frag / rscale
rot_frag = rot_frag * tscale
Qloss = Qloss / Escale

return
Expand Down

0 comments on commit bd0a629

Please sign in to comment.