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

fixup: remove 'else' since it is not needed.

parent 9e6c7426
No related branches found
No related tags found
No related merge requests found
...@@ -41,10 +41,7 @@ MeshGeoToolsLib::SearchLength createSearchLengthAlgorithm( ...@@ -41,10 +41,7 @@ MeshGeoToolsLib::SearchLength createSearchLengthAlgorithm(
{ {
return MeshGeoToolsLib::HeuristicSearchLength(mesh); return MeshGeoToolsLib::HeuristicSearchLength(mesh);
} }
else OGS_FATAL("Unknown search length algorithm type '%s'.", type.c_str());
{
OGS_FATAL("Unknown search length algorithm type '%s'.", type.c_str());
}
} }
} // end namespace MeshGeoToolsLib } // end namespace MeshGeoToolsLib
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