Skip to content
Snippets Groups Projects
Commit 51eb770a authored by renchao.lu's avatar renchao.lu
Browse files

[AL/ProjectData] Allowed water chemistry calculation only in case that...

[AL/ProjectData] Allowed water chemistry calculation only in case that component transport process is activated.
parent c0214249
No related branches found
No related tags found
No related merge requests found
...@@ -1014,6 +1014,7 @@ void ProjectData::parseChemicalSystem( ...@@ -1014,6 +1014,7 @@ void ProjectData::parseChemicalSystem(
if (!config) if (!config)
return; return;
#ifdef OGS_BUILD_PROCESS_COMPONENTTRANSPORT
INFO( INFO(
"Ready for initializing interface to a chemical solver for water " "Ready for initializing interface to a chemical solver for water "
"chemistry calculation."); "chemistry calculation.");
...@@ -1048,6 +1049,7 @@ void ProjectData::parseChemicalSystem( ...@@ -1048,6 +1049,7 @@ void ProjectData::parseChemicalSystem(
} }
} }
else else
#endif
{ {
OGS_FATAL( OGS_FATAL(
"The specified type of the process to be solved is not component " "The specified type of the process to be solved is not component "
......
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