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

[PL/Output] Rm 'process_id' from out file names.

parent f7ec35e1
No related branches found
No related tags found
No related merge requests found
Template for the prefix which will be prepended to the output files. Allowed
template expressions are:
- {:meshname}
- {:process_id}
- {:timestep}
- {:time}.
Default value: {:meshname}{:process_id}
Default value: {:meshname}
Remark: The name of the pvd-file will be constructed out of the prefix.
......
......@@ -52,7 +52,7 @@ std::unique_ptr<Output> createOutput(
auto const prefix =
//! \ogs_file_param{prj__time_loop__output__prefix}
config.getConfigParameter<std::string>("prefix",
"{:meshname}{:process_id}");
"{:meshname}");
auto const suffix =
//! \ogs_file_param{prj__time_loop__output__suffix}
......
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