You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/CHeB.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ class CHeB: virtual public BaseStar, public FGB {
72
72
doubleCalculateGyrationRadius() const { return0.21; } // Hurley et al., 2000, after eq 109 for n=3/2 polytrope or dense convective core. Single number approximation.
Copy file name to clipboardExpand all lines: src/EAGB.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ class EAGB: virtual public BaseStar, public CHeB {
58
58
59
59
doubleCalculateInitialSupernovaMass() const { return m_GBParams[static_cast<int>(GBP::McBAGB)]; } // For EAGB & TPAGB we use the mass at Base Asymptotic Giant Branch to determine SN type
doubleCalculateLambdaNanjingEnhanced(constint p_MassInd, constint p_Zind) const { returnCalculateLambdaNanjing(0.0, 0.0); } // 0.0 are dummy values that are not used
doubleCalculateLambdaNanjingEnhanced(constint p_MassInd, constint p_Zind) const { returnCalculateLambdaNanjingStarTrack(0.0, 0.0); } // 0.0 are dummy values that are not used
0 commit comments