mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Removing unecessary forward declaration.
This commit is contained in:
parent
d79a5edb8a
commit
08e78a3215
1 changed files with 0 additions and 2 deletions
|
|
@ -32,8 +32,6 @@ extern "C" const int BC_PERIODIC;
|
|||
|
||||
class Surface;
|
||||
|
||||
struct BoundingBox;
|
||||
|
||||
namespace model {
|
||||
extern std::vector<std::unique_ptr<Surface>> surfaces;
|
||||
extern std::unordered_map<int, int> surface_map;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue