Skip to content
Snippets Groups Projects
Commit c1289d50 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

Merge branch 'TH2M_small_fix_fatal_report' into 'master'

[TH2M/PT] Addition to the error message in case of missing data in the prj-file

See merge request ogs/ogs!3790
parents d59411bf a9245df6
No related branches found
No related tags found
No related merge requests found
......@@ -46,8 +46,10 @@ int findComponentIndex(
// solvate.
OGS_FATAL(
"PhaseTransitionModel::findComponentIndex could not find the "
"specified property type in the phase.");
"PhaseTransitionModel: findComponentIndex() could not find the "
"specified property type '{:s}' in phase '{:s}'.",
MaterialPropertyLib::property_enum_to_string[property_type],
phase_name);
}
} // namespace TH2M
} // namespace ProcessLib
\ No newline at end of file
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