From 1d188a7444e9523c92bc1997783be8cc8800b30c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Tue, 4 May 2021 17:21:47 +0200 Subject: [PATCH] Add comment [skip ci] --- src/ModFile.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ModFile.cc b/src/ModFile.cc index 32432c1e..d340903d 100644 --- a/src/ModFile.cc +++ b/src/ModFile.cc @@ -359,6 +359,7 @@ ModFile::checkPass(bool nostrict, bool stochastic) } } + // See dynare#1726 if ((stochastic_statement_present || mod_file_struct.check_present) && dynamic_model.mfs > 0) { cerr << "ERROR: mfs > 0 is incompatible with check, stoch_simul, estimation, osr, ramsey_policy, discretionary_policy, calib_smoother, identification, methods_of_moments and sensitivity commands" << endl; -- GitLab