From 0f87542adfdc83eb274d3ad92338c95bd926d641 Mon Sep 17 00:00:00 2001 From: Thomas Fischer <thomas.fischer@ufz.de> Date: Tue, 3 Nov 2020 11:30:16 +0100 Subject: [PATCH] [PL/TES] Remove '_pcs_0' pattern from project files. --- Tests/Data/Parabolic/TES/1D/tes-1D-zeolite-discharge-large.prj | 2 +- .../Parabolic/TES/1D/tes-1D-zeolite-discharge-small-newton.prj | 2 +- Tests/Data/Parabolic/TES/1D/tes-1D-zeolite-discharge-small.prj | 2 +- Tests/Data/Parabolic/TES/2D/tes-inert-axi.prj | 2 +- Tests/Data/Parabolic/TES/2D/tes-inert-wedge.prj | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Tests/Data/Parabolic/TES/1D/tes-1D-zeolite-discharge-large.prj b/Tests/Data/Parabolic/TES/1D/tes-1D-zeolite-discharge-large.prj index ee4038d0113..c05c29daf80 100644 --- a/Tests/Data/Parabolic/TES/1D/tes-1D-zeolite-discharge-large.prj +++ b/Tests/Data/Parabolic/TES/1D/tes-1D-zeolite-discharge-large.prj @@ -101,7 +101,7 @@ </processes> <output> <type>VTK</type> - <prefix>tes_zeolite_discharge_large_pcs_{:process_id}</prefix> + <prefix>tes_zeolite_discharge_large</prefix> <timesteps> <pair> <repeat> 1 </repeat> diff --git a/Tests/Data/Parabolic/TES/1D/tes-1D-zeolite-discharge-small-newton.prj b/Tests/Data/Parabolic/TES/1D/tes-1D-zeolite-discharge-small-newton.prj index f376e7fbf5c..acbddacbb23 100644 --- a/Tests/Data/Parabolic/TES/1D/tes-1D-zeolite-discharge-small-newton.prj +++ b/Tests/Data/Parabolic/TES/1D/tes-1D-zeolite-discharge-small-newton.prj @@ -86,7 +86,7 @@ </processes> <output> <type>VTK</type> - <prefix>tes_zeolite_discharge_small_newton_pcs_{:process_id}</prefix> + <prefix>tes_zeolite_discharge_small_newton</prefix> <timesteps> <!-- only output last timestep --> <pair> diff --git a/Tests/Data/Parabolic/TES/1D/tes-1D-zeolite-discharge-small.prj b/Tests/Data/Parabolic/TES/1D/tes-1D-zeolite-discharge-small.prj index 246e1d78a99..88e3e1e8fec 100644 --- a/Tests/Data/Parabolic/TES/1D/tes-1D-zeolite-discharge-small.prj +++ b/Tests/Data/Parabolic/TES/1D/tes-1D-zeolite-discharge-small.prj @@ -97,7 +97,7 @@ </processes> <output> <type>VTK</type> - <prefix>tes_zeolite_discharge_small_pcs_{:process_id}</prefix> + <prefix>tes_zeolite_discharge_small</prefix> <timesteps> <pair> <repeat> 1 </repeat> diff --git a/Tests/Data/Parabolic/TES/2D/tes-inert-axi.prj b/Tests/Data/Parabolic/TES/2D/tes-inert-axi.prj index 1d076510999..e3a071c292f 100644 --- a/Tests/Data/Parabolic/TES/2D/tes-inert-axi.prj +++ b/Tests/Data/Parabolic/TES/2D/tes-inert-axi.prj @@ -85,7 +85,7 @@ </processes> <output> <type>VTK</type> - <prefix>tes_inert_axi_pcs_{:process_id}</prefix> + <prefix>tes_inert_axi</prefix> <timesteps> <pair> <repeat> 1 </repeat> diff --git a/Tests/Data/Parabolic/TES/2D/tes-inert-wedge.prj b/Tests/Data/Parabolic/TES/2D/tes-inert-wedge.prj index 994f2899137..6834dec473c 100644 --- a/Tests/Data/Parabolic/TES/2D/tes-inert-wedge.prj +++ b/Tests/Data/Parabolic/TES/2D/tes-inert-wedge.prj @@ -85,7 +85,7 @@ </processes> <output> <type>VTK</type> - <prefix>tes_inert_wedge_pcs_{:process_id}</prefix> + <prefix>tes_inert_wedge</prefix> <timesteps> <pair> <repeat> 1 </repeat> -- GitLab