mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Removing unecessary inline.
This commit is contained in:
parent
1f447675f1
commit
f8d4d56aa8
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ public:
|
|||
std::vector<int32_t> offset_; //!< Distribcell offset table
|
||||
|
||||
explicit Cell(pugi::xml_node cell_node);
|
||||
inline Cell() {};
|
||||
Cell() {};
|
||||
|
||||
//! Determine if a cell contains the particle at a given location.
|
||||
//!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue