Skip to content

Commit 7e28368

Browse files
authored
Fixed type line 920 in HG.cpp
1 parent 5386b9c commit 7e28368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HG.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ STELLAR_TYPE HG::EvolveToNextPhase() {
917917
*
918918
*/
919919
void HG::UpdateInitialMass() {
920-
if (utils::Compare(m_CoreMass,HG::CalculateCoreMassOnPhase(m_Mass, m_Age)) < 0 ) { //The current mass would yield a core mass larger than the current core mass -- i.e., no unphysical core mass decrease would ensure
920+
if (utils::Compare(m_CoreMass,HG::CalculateCoreMassOnPhase(m_Mass, m_Age)) < 0 ) { //The current mass would yield a core mass larger than the current core mass -- i.e., no unphysical core mass decrease would ensue
921921
m_Mass0 = m_Mass;
922922
}
923923
}

0 commit comments

Comments
 (0)