diff --git a/src/ModelEquationBlock.cc b/src/ModelEquationBlock.cc index d2a0c1d804a1044a801882a9cd9ea508b016293a..b5f804216e98e46f6fc577485abbc0c4c0e45542 100644 --- a/src/ModelEquationBlock.cc +++ b/src/ModelEquationBlock.cc @@ -128,6 +128,7 @@ SteadyStateModel::checkPass(ModFileStructure &mod_file_struct, WarningConsolidat if (so_far_defined.contains(symb_id)) warnings << "WARNING: in the 'steady_state_model' block, variable '" << symbol_table.getName(symb_id) << "' is declared twice" << endl; + /* Don't do the check for Julia // Check that expression has no undefined symbol if (!mod_file_struct.ramsey_model_present) { @@ -142,7 +143,7 @@ SteadyStateModel::checkPass(ModFileStructure &mod_file_struct, WarningConsolidat exit(EXIT_FAILURE); } } - + */ so_far_defined.insert(symb_ids.begin(), symb_ids.end()); }