From 4bc58bd1f682cd65d21fdd1fe71fc9c24e09f54a Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <github@naumov.de>
Date: Mon, 2 Mar 2020 00:16:31 +0100
Subject: [PATCH] [T/CT] Remove previously unused fixed time output.

Now this feature is used for the given time stepping
algorithm, the sequence of the output files has changed.

Keeping original references.
---
 .../ComponentTransport/MassConservation/mass_conservation.prj    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Tests/Data/Parabolic/ComponentTransport/MassConservation/mass_conservation.prj b/Tests/Data/Parabolic/ComponentTransport/MassConservation/mass_conservation.prj
index ac24f43a460..f24fa85dd8c 100644
--- a/Tests/Data/Parabolic/ComponentTransport/MassConservation/mass_conservation.prj
+++ b/Tests/Data/Parabolic/ComponentTransport/MassConservation/mass_conservation.prj
@@ -124,7 +124,6 @@
                     <each_steps>300</each_steps>
                 </pair>
             </timesteps>
-            <fixed_output_times> 434629.8 866629.8 1298629.8 1730629.8 2162629.8 2594629.8 </fixed_output_times>
             <output_iteration_results>false</output_iteration_results>
             <variables>
                 <variable>concentration</variable>
-- 
GitLab