File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -2437,8 +2437,6 @@ void BaseBinaryStar::ResolveMassChanges() {
24372437 STELLAR_TYPE stellarType1 = m_Star1->StellarTypePrev (); // star 1 stellar type before updating attributes
24382438 STELLAR_TYPE stellarType2 = m_Star2->StellarTypePrev (); // star 2 stellar type before updating attributes
24392439
2440- // std::cout<<"Time"<<Time()<<"Prev"<<m_Star1->MassPrev()<<"cur"<<m_Star1->Mass()<<"change"<<m_Star1->MassLossDiff() + m_Star1->MassTransferDiff()<<"loss"<<m_Star1->MassLossDiff()<<"transfer"<<m_Star1->MassTransferDiff()<<std::endl;
2441-
24422440 // star1
24432441 // determine if the star's mass has already been updated
24442442 // (a sign that ResolveEnvelopeLossAndSwitch() has been called after the full envelope was stripped)
You can’t perform that action at this time.
0 commit comments