diff --git a/src/ModelEquationBlock.cc b/src/ModelEquationBlock.cc index 8b410ba0ead071200ce0a6f78cc0273b5c019c2b..38f37a94e77de5e3a879c977f7ecc98b4caf6ab6 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()); }