mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-24 03:55:38 -04:00
Update src/plot.cpp
Co-Authored-By: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
2d4c9934b7
commit
489b35c90a
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ const RGBColor RED {255, 0, 0};
|
|||
|
||||
constexpr int PLOT_LEVEL_LOWEST {-1}; //!< lower bound on plot universe level
|
||||
constexpr int32_t NOT_FOUND {-2};
|
||||
constexpr int32_t OVERLAP{-3};
|
||||
constexpr int32_t OVERLAP {-3};
|
||||
|
||||
IdData::IdData(size_t h_res, size_t v_res)
|
||||
: data_({v_res, h_res, 2}, NOT_FOUND)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue