Skip to content

Commit

Permalink
Small change in MainSequence.h
Browse files Browse the repository at this point in the history
  • Loading branch information
brcekadam committed Jan 16, 2025
1 parent 1deda5d commit 9fcb88c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MainSequence.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ class MainSequence: virtual public BaseStar {
protected:

// member variables

double m_InitialMainSequenceCoreMass = 0.0; // Initial mass of the mixing core is initialised in MS_gt_07 class

double m_HeliumAbundanceCoreOut = m_InitialHeliumAbundance; // Helium abundance just outside the core, used for rejuvenation calculations
double m_InitialMainSequenceCoreMass = 0.0; // Initial mass of the mixing core is initialised in MS_gt_07 class

// member functions - alphabetically
double CalculateAlphaL(const double p_Mass) const;
Expand Down

0 comments on commit 9fcb88c

Please sign in to comment.