mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Making libmesh communicator pointer const.
This commit is contained in:
parent
66d246cf44
commit
4fc694c87f
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ namespace settings {
|
|||
|
||||
#ifdef LIBMESH
|
||||
extern std::unique_ptr<libMesh::LibMeshInit> LMI;
|
||||
extern libMesh::Parallel::Communicator* libmesh_comm;
|
||||
extern const libMesh::Parallel::Communicator* libmesh_comm;
|
||||
#endif
|
||||
|
||||
// Boolean flags
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ namespace settings {
|
|||
|
||||
#ifdef LIBMESH
|
||||
std::unique_ptr<libMesh::LibMeshInit> LMI;
|
||||
libMesh::Parallel::Communicator* libmesh_comm;
|
||||
const libMesh::Parallel::Communicator* libmesh_comm;
|
||||
#endif
|
||||
|
||||
// Default values for boolean flags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue