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

[Material] Correct output message in create method.

parent 00f8bd51
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ std::unique_ptr<FluidProperty> createSpecificFluidHeatCapacityModel( ...@@ -36,7 +36,7 @@ std::unique_ptr<FluidProperty> createSpecificFluidHeatCapacityModel(
// TODO: add more models // TODO: add more models
OGS_FATAL( OGS_FATAL(
"The viscosity type %s is unavailable.\n" "The specific heat capacity type %s is unavailable.\n"
"The available type is \n\tConstant\n", "The available type is \n\tConstant\n",
type.data()); type.data());
} }
......
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