mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
added clarification to comment
This commit is contained in:
parent
7fc9d20a30
commit
deda82d631
1 changed files with 1 additions and 1 deletions
|
|
@ -718,7 +718,7 @@ private:
|
|||
|
||||
// Data members
|
||||
unique_ptr<libMesh::MeshBase> unique_m_; //!< pointer to the libMesh MeshBase instance, only used if mesh is created inside OpenMC
|
||||
libMesh::MeshBase * m_; //!< pointer to libMesh MeshBase instance
|
||||
libMesh::MeshBase * m_; //!< pointer to libMesh MeshBase instance, always set during intialization
|
||||
vector<unique_ptr<libMesh::PointLocatorBase>>
|
||||
pl_; //!< per-thread point locators
|
||||
unique_ptr<libMesh::EquationSystems>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue