Fix include guard in output.h (#3856)

This commit is contained in:
Paul Romano 2026-03-05 17:29:36 -06:00 committed by GitHub
parent 533f09defd
commit 6f72619729
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,7 +62,6 @@ void write_tallies();
void show_time(const char* label, double secs, int indent_level = 0);
} // namespace openmc
#endif // OPENMC_OUTPUT_H
//////////////////////////////////////
// Custom formatters
@ -89,3 +88,5 @@ struct formatter<std::array<T, 2>> {
}; // namespace fmt
} // namespace fmt
#endif // OPENMC_OUTPUT_H