mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Removing unused bounding box method.
This commit is contained in:
parent
c7471af7bf
commit
3dfc2da2a5
1 changed files with 0 additions and 7 deletions
|
|
@ -83,13 +83,6 @@ struct BoundingBox
|
|||
return *this;
|
||||
}
|
||||
|
||||
inline bool is_valid() {
|
||||
return xmin <= xmax &&
|
||||
ymin <= ymax &&
|
||||
zmin <= zmax;
|
||||
}
|
||||
|
||||
|
||||
};
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue