ModelTree.hh: fix misplaced #endif for include guard

master
Sébastien Villemot 2023-12-01 15:31:55 +01:00
parent c2d6ab8ee0
commit 5af38c8ced
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 21 additions and 20 deletions

View File

@ -2500,7 +2500,6 @@ ModelTree::writeSparseModelJuliaFiles(const string& basename) const
writeToFileIfModified(output, julia_dir / (prefix + "G" + to_string(i) + "!.jl"));
}
}
#endif
template<bool dynamic>
void
@ -3139,3 +3138,5 @@ ModelTree::writeSetAuxiliaryVariablesFile(const string& basename, bool julia) co
output_file.close();
}
}
#endif