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

[PL/LiquidFlow] Remove unused variable.

parent 91a3ef51
No related branches found
No related tags found
No related merge requests found
......@@ -83,16 +83,6 @@ std::unique_ptr<Process> createLiquidFlowProcess(
}
const int gravity_axis_id = (g == 0.) ? -1 : gravity_axis_id_input;
auto const material_ids = materialIDs(mesh);
if (material_ids)
{
INFO("The liquid flow is in heterogeneous porous media.");
}
else
{
INFO("The liquid flow is in homogeneous porous media.");
}
std::unique_ptr<ProcessLib::SurfaceFluxData> surfaceflux;
auto calculatesurfaceflux_config =
//! \ogs_file_param{prj__processes__process__calculatesurfaceflux}
......
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