Skip to content
Snippets Groups Projects
Commit e6495059 authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[PL] removed duplicate setting

parent d3b15eeb
No related branches found
No related tags found
No related merge requests found
...@@ -38,16 +38,6 @@ ProcessOutput::ProcessOutput(BaseLib::ConfigTree const& output_config) ...@@ -38,16 +38,6 @@ ProcessOutput::ProcessOutput(BaseLib::ConfigTree const& output_config)
{ {
output_residuals = *out_resid; output_residuals = *out_resid;
} }
// debug output
if (auto const param =
//! \ogs_file_param{process__output__output_iteration_results}
output_config.getConfigParameterOptional<bool>("output_iteration_results"))
{
DBUG("output_iteration_results: %s", (*param) ? "true" : "false");
output_iteration_results = *param;
}
} }
......
...@@ -27,8 +27,6 @@ struct ProcessOutput final ...@@ -27,8 +27,6 @@ struct ProcessOutput final
//! Tells if also to output extrapolation residuals. //! Tells if also to output extrapolation residuals.
bool output_residuals = false; bool output_residuals = false;
bool output_iteration_results = false;
}; };
......
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