Removing unecessary inline.

This commit is contained in:
shriwise 2018-09-06 16:11:48 -05:00 committed by pshriwise
parent 1f447675f1
commit f8d4d56aa8

View file

@ -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.
//!