Skip to content
Snippets Groups Projects
Commit 1852a9a8 authored by Tom Fischer's avatar Tom Fischer
Browse files

[PL/Out] Fix doxygen.

parent a2f57bf2
No related branches found
No related tags found
No related merge requests found
\ogs_missing_documentation
Output the residuals.
Deprecated config tag. Don't use the tag. Please configure your output within
the global output section, i. e., within the xpath
'//OpenGeoSysProject/time_loop/output'.
......@@ -81,6 +81,7 @@ std::vector<std::unique_ptr<ProcessData>> createPerProcessData(
//! \ogs_file_param{prj__time_loop__processes__process__convergence_criterion}
pcs_config.getConfigSubtree("convergence_criterion"));
//! \ogs_file_param{prj__time_loop__processes__process__output}
auto output = pcs_config.getConfigSubtreeOptional("output");
if (output)
{
......
......@@ -96,8 +96,8 @@ std::unique_ptr<Output> createOutput(
output_variables.insert(out_var);
}
//! \ogs_file_param{prj__time_loop__output__output_extrapolation_residuals}
bool const output_residuals = config.getConfigParameter<bool>(
//! \ogs_file_param{prj__time_loop__output__output_extrapolation_residuals}
"output_extrapolation_residuals", false);
ProcessOutput process_output{output_variables, output_residuals};
......
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