We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 950767d commit 26aabcfCopy full SHA for 26aabcf
1 file changed
src/cpp/fs/Settings.cpp
@@ -189,7 +189,7 @@ Settings::Settings(const string dirname)
189
threshold_scenario_weight = stod(get_value(settings, "THRESHOLD_SCENARIO_WEIGHT"));
190
threshold_daily_weight = stod(get_value(settings, "THRESHOLD_DAILY_WEIGHT"));
191
threshold_hourly_weight = stod(get_value(settings, "THRESHOLD_HOURLY_WEIGHT"));
192
- output_date_offsets = OutputDateOffsets{get_value(settings, "OUTPUT_DATE_OFFSETS").c_str()};
+ output_date_offsets = OutputDateOffsets{get_value(settings, "OUTPUT_DATE_OFFSETS")};
193
default_percent_conifer = stoi(get_value(settings, "DEFAULT_PERCENT_CONIFER"));
194
default_percent_dead_fir = stoi(get_value(settings, "DEFAULT_PERCENT_DEAD_FIR"));
195
intensity_max_low = stoi(get_value(settings, "INTENSITY_MAX_LOW"));
0 commit comments