diff --git a/ComputingTasks.cc b/ComputingTasks.cc index 9fd1e816..cffa5862 100644 --- a/ComputingTasks.cc +++ b/ComputingTasks.cc @@ -1014,7 +1014,7 @@ ObservationTrendsStatement::ObservationTrendsStatement(const trend_elements_t &t void ObservationTrendsStatement::writeOutput(ostream &output, const string &basename, bool minimal_workspace) const { - output << "options_.trend_coeff_ = {};" << endl; + output << "options_.trend_coeff = {};" << endl; trend_elements_t::const_iterator it;