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

[PL/SteadyStateDiffusion] Fix wrong debug message.

parent 35f5e655
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ std::unique_ptr<Process> createSteadyStateDiffusion( ...@@ -71,7 +71,7 @@ std::unique_ptr<Process> createSteadyStateDiffusion(
auto media_map = auto media_map =
MaterialPropertyLib::createMaterialSpatialDistributionMap(media, mesh); MaterialPropertyLib::createMaterialSpatialDistributionMap(media, mesh);
DBUG("Check the media properties of GroundwaterFlow process ..."); DBUG("Check the media properties of steady state diffusion process ...");
checkMPLProperties(mesh, *media_map); checkMPLProperties(mesh, *media_map);
DBUG("Media properties verified."); DBUG("Media properties verified.");
......
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