diff --git a/ComputingTasks.cc b/ComputingTasks.cc
index 9fd1e816bc126df6b75f5c09278341afe22a5c05..cffa58621f6ea5db6ba9ae34d6d39e9f8ee6ce75 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;