Skip to content
Snippets Groups Projects
Commit 42c8d53e authored by Tom Fischer's avatar Tom Fischer Committed by Dmitri Naumov
Browse files

[ParamLib] Format message in Utils.h.

parent 3c4d464c
No related branches found
No related tags found
No related merge requests found
...@@ -66,8 +66,7 @@ Parameter<ParameterDataType>* findParameterOptional( ...@@ -66,8 +66,7 @@ Parameter<ParameterDataType>* findParameterOptional(
{ {
OGS_FATAL( OGS_FATAL(
"The read parameter `{:s}' has the wrong number of components " "The read parameter `{:s}' has the wrong number of components "
"({:d} " "({:d} instead of {:d}).",
"instead of {:d}).",
parameter_name, parameter->getNumberOfComponents(), num_components); parameter_name, parameter->getNumberOfComponents(), num_components);
} }
......
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