Skip to content
Snippets Groups Projects
Verified Commit 5af38c8c authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

ModelTree.hh: fix misplaced #endif for include guard

parent c2d6ab8e
Branches
No related tags found
No related merge requests found
...@@ -2500,7 +2500,6 @@ ModelTree::writeSparseModelJuliaFiles(const string& basename) const ...@@ -2500,7 +2500,6 @@ ModelTree::writeSparseModelJuliaFiles(const string& basename) const
writeToFileIfModified(output, julia_dir / (prefix + "G" + to_string(i) + "!.jl")); writeToFileIfModified(output, julia_dir / (prefix + "G" + to_string(i) + "!.jl"));
} }
} }
#endif
template<bool dynamic> template<bool dynamic>
void void
...@@ -3139,3 +3138,5 @@ ModelTree::writeSetAuxiliaryVariablesFile(const string& basename, bool julia) co ...@@ -3139,3 +3138,5 @@ ModelTree::writeSetAuxiliaryVariablesFile(const string& basename, bool julia) co
output_file.close(); output_file.close();
} }
} }
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment