We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b7c527 commit a9efa8aCopy full SHA for a9efa8a
1 file changed
sstar/starclass/single_star.C
@@ -3124,7 +3124,7 @@ real single_star::update_core_and_envelope_mass(const real m_core) {
3124
3125
bool successful_update = false;
3126
real dm_core = m_core-core_mass;
3127
-
+
3128
if (m_core > get_total_mass()){
3129
cerr << "single_star::update_core_and_envelope_mass limits new core mass to total mass." << endl;
3130
real m_tot = get_total_mass();
0 commit comments