diff --git a/src/modules/mesh/moduleMesh@boundary.f90 b/src/modules/mesh/moduleMesh@boundaryParticle.f90 similarity index 99% rename from src/modules/mesh/moduleMesh@boundary.f90 rename to src/modules/mesh/moduleMesh@boundaryParticle.f90 index cf7a45b..a6ce1b1 100644 --- a/src/modules/mesh/moduleMesh@boundary.f90 +++ b/src/modules/mesh/moduleMesh@boundaryParticle.f90 @@ -1,5 +1,5 @@ !moduleMeshBoundary: Boundary functions for the mesh edges -submodule(moduleMesh) boundary +submodule(moduleMesh) boundaryParticle contains module function boundaryParticleName_to_Index(boundaryName) result(bp) use moduleErrors @@ -502,4 +502,4 @@ submodule(moduleMesh) boundary end function physicalSurface_to_id -end submodule boundary +end submodule boundaryParticle