Skip to content

Commit b10b3e8

Browse files
committed
Deprecated KAPIL2024 tides rather than removing the option outright
1 parent 3fafb6a commit b10b3e8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/Options.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,11 @@ class Options {
222222
};
223223

224224
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 }
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 },
229+
{ "tides-prescription", "KAPIL2024", "KAPIL2025", false }
229230
};
230231

231232
// the following vector is used to replace deprecated options in the logfile-definitions file

0 commit comments

Comments
 (0)