Skip to content
Snippets Groups Projects
Commit a23c038e authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[MGTL] Fix name of a public class member

parent 62300af9
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,7 @@ constructAdditionalMeshesFromGeometries( ...@@ -80,7 +80,7 @@ constructAdditionalMeshesFromGeometries(
// construct the subdomain NodePartitionedMesh // construct the subdomain NodePartitionedMesh
auto const* bulk_mesh = auto const* bulk_mesh =
dynamic_cast<MeshLib::NodePartitionedMesh const*>( dynamic_cast<MeshLib::NodePartitionedMesh const*>(
&boundary_element_searcher._mesh); &boundary_element_searcher.mesh);
additional_meshes.push_back( additional_meshes.push_back(
MeshLib::transformMeshToNodePartitionedMesh( MeshLib::transformMeshToNodePartitionedMesh(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment