Skip to content
Snippets Groups Projects
Commit 34bd9a14 authored by Tom Fischer's avatar Tom Fischer
Browse files

[NL/DOF] Clang fmt OGS_FATAL message in NL::CompMap.

parent c3c513d2
No related branches found
No related tags found
No related merge requests found
......@@ -174,13 +174,12 @@ MeshComponentMap MeshComponentMap::getSubset(
{
OGS_FATAL(
"Could not find a global index for global component "
"{:d} "
"for the mesh '{:s}', node {:d}, in the corresponding "
"bulk "
"mesh '{:s}' and node {:d}. This happens because the "
"boundary mesh is larger then the definition region of "
"the bulk component, usually because the geometry for "
"the boundary condition is too large.",
"{:d} for the mesh '{:s}', node {:d}, in the "
"corresponding bulk mesh '{:s}' and node {:d}. This "
"happens because the boundary mesh is larger then the "
"definition region of the bulk component, usually "
"because the geometry for the boundary condition is "
"too large.",
component_id,
new_mesh_subset.getMesh().getName(),
node_id,
......
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