Update src/mesh.cpp

grammar

Co-authored-by: Patrick Shriwise <pshriwise@gmail.com>
This commit is contained in:
Lewis Gross 2022-07-28 09:39:56 -05:00 committed by GitHub
parent 7c215543eb
commit 3374ec12f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();
}