mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Adjusting how the LibMesh comm is stored.
This commit is contained in:
parent
7323ae526f
commit
b54bbad9d9
4 changed files with 10 additions and 3 deletions
|
|
@ -29,6 +29,7 @@ namespace settings {
|
|||
|
||||
#ifdef LIBMESH
|
||||
extern std::unique_ptr<libMesh::LibMeshInit> LMI;
|
||||
extern libMesh::Parallel::Communicator* libmesh_comm;
|
||||
#endif
|
||||
|
||||
// Boolean flags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue