Skip to content

Commit a9efa8a

Browse files
authored
Update single_star.C
1 parent 9b7c527 commit a9efa8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sstar/starclass/single_star.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3124,7 +3124,7 @@ real single_star::update_core_and_envelope_mass(const real m_core) {
31243124

31253125
bool successful_update = false;
31263126
real dm_core = m_core-core_mass;
3127-
3127+
31283128
if (m_core > get_total_mass()){
31293129
cerr << "single_star::update_core_and_envelope_mass limits new core mass to total mass." << endl;
31303130
real m_tot = get_total_mass();

0 commit comments

Comments
 (0)