mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-21 06:25:30 -04:00
Fix include guard in output.h (#3856)
This commit is contained in:
parent
533f09defd
commit
6f72619729
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue