Fixes related to #2253 and #2270

This commit is contained in:
Paul Romano 2022-10-21 07:07:44 -05:00
parent 9bf069e636
commit 3347aeaa03
3 changed files with 9 additions and 14 deletions

View file

@ -340,11 +340,6 @@ enum class RunMode {
enum class GeometryType { CSG, DAG };
//==============================================================================
// Volume Calculation Constants
constexpr uint64_t UINT64_T_MAX {std::numeric_limits<uint64_t>::max()};
} // namespace openmc
#endif // OPENMC_CONSTANTS_H