We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fafb6a commit b10b3e8Copy full SHA for b10b3e8
src/Options.h
@@ -222,10 +222,11 @@ class Options {
222
};
223
224
std::vector<std::tuple<std::string, std::string, std::string, bool>> deprecatedOptionValues = {
225
- { "critical-mass-ratio-prescription", "GE20", "GE", false },
226
- { "critical-mass-ratio-prescription", "GE20_IC", "GE_IC", false },
227
- { "pulsational-pair-instability-prescription", "COMPAS", "WOOSLEY", false},
228
- { "pulsar-birth-spin-period-distribution", "ZERO", "NOSPIN", false }
+ { "critical-mass-ratio-prescription", "GE20", "GE", false },
+ { "critical-mass-ratio-prescription", "GE20_IC", "GE_IC", false },
+ { "pulsational-pair-instability-prescription", "COMPAS", "WOOSLEY", false},
+ { "pulsar-birth-spin-period-distribution", "ZERO", "NOSPIN", false },
229
+ { "tides-prescription", "KAPIL2024", "KAPIL2025", false }
230
231
232
// the following vector is used to replace deprecated options in the logfile-definitions file
0 commit comments