Skip to content

Commit

Permalink
try to appease cpp-linter
Browse files Browse the repository at this point in the history
  • Loading branch information
gridley committed Feb 10, 2025
1 parent 78e74e4 commit f1f580e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#include <algorithm> // for copy, equal, min, min_element
#define _USE_MATH_DEFINES // to make M_PI declared in Intel and MSVC compilers
#include <cassert>
#include <cmath> // for ceil
#include <cstddef> // for size_t
#include <cmath> // for ceil
#include <cstddef> // for size_t
#include <string>

#ifdef OPENMC_MPI
Expand Down

0 comments on commit f1f580e

Please sign in to comment.