From 42bd3ee85d78de37faaf99ef8189b8752e1547fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= <stephane.adjemian@univ-lemans.fr> Date: Mon, 13 May 2013 17:39:01 +0200 Subject: [PATCH] Fixed typo. --- preprocessor/ComputingTasks.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preprocessor/ComputingTasks.cc b/preprocessor/ComputingTasks.cc index 134ea288e9..50922be896 100644 --- a/preprocessor/ComputingTasks.cc +++ b/preprocessor/ComputingTasks.cc @@ -1727,7 +1727,7 @@ EstimationDataStatement::writeOutput(ostream &output, const string &basename) co { options_list.writeOutput(output, "options_.dataset"); if (options_list.date_options.find("first_obs") == options_list.date_options.end()) - output << "options_.dataset.firstobs = options_.initial_period;" << endl; + output << "options_.dataset.first_obs = options_.initial_period;" << endl; } SubsamplesStatement::SubsamplesStatement(const string &name1_arg, -- GitLab