Skip to content

Commit 1be607d

Browse files
author
Ilya Mandel
committed
Cleaning
1 parent fc8dbff commit 1be607d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/BaseBinaryStar.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)