mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Update src/mesh.cpp
grammar Co-authored-by: Patrick Shriwise <pshriwise@gmail.com>
This commit is contained in:
parent
7c215543eb
commit
3374ec12f5
1 changed files with 1 additions and 1 deletions
|
|
@ -2369,7 +2369,7 @@ void LibMesh::initialize()
|
|||
libMesh::MeshTools::Modification::scale(*m_, length_multiplier_);
|
||||
}
|
||||
// if OpenMC is managing the libMesh::MeshBase instance, prepare the mesh.
|
||||
// Otherwise assume that it is prepared by it's owning application
|
||||
// Otherwise assume that it is prepared by its owning application
|
||||
if (unique_m_) {
|
||||
m_->prepare_for_use();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue