Skip to content

Commit

Permalink
added GE and GE_IC as replacement options in the critical-mass-transf…
Browse files Browse the repository at this point in the history
…er-stability-prescription
  • Loading branch information
reinhold-willcox committed Nov 20, 2024
1 parent 9605236 commit d920139
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Options.h
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,8 @@ class Options {
};

std::vector<std::tuple<std::string, std::string, std::string, bool>> deprecatedOptionValues = {
{ "critical-mass-ratio-prescription", "GE20", "GE", false },
{ "critical-mass-ratio-prescription", "GE20_IC", "GE_IC", false },
{ "LBV-mass-loss-prescription", "NONE", "ZERO", false },
{ "luminous-blue-variable-prescription", "NONE", "ZERO", false },
{ "OB-mass-loss", "NONE", "ZERO", false },
Expand Down

0 comments on commit d920139

Please sign in to comment.