From 34bd9a14ffd0fc5bcc21e5d259595269203ed725 Mon Sep 17 00:00:00 2001 From: Thomas Fischer <thomas.fischer@ufz.de> Date: Mon, 13 Jul 2020 10:36:22 +0200 Subject: [PATCH] [NL/DOF] Clang fmt OGS_FATAL message in NL::CompMap. --- NumLib/DOF/MeshComponentMap.cpp | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/NumLib/DOF/MeshComponentMap.cpp b/NumLib/DOF/MeshComponentMap.cpp index 1c3dd6fd358..be9e55ecfcb 100644 --- a/NumLib/DOF/MeshComponentMap.cpp +++ b/NumLib/DOF/MeshComponentMap.cpp @@ -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, -- GitLab