From 3af1a04a8af81817a75371acf539e7424235a3ce Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <schaller@strw.leidenuniv.nl> Date: Sat, 18 Aug 2018 19:14:55 +0200 Subject: [PATCH] Restore the default parameter file for the constant cosmological box. --- examples/ConstantCosmoVolume/constant_volume.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ConstantCosmoVolume/constant_volume.yml b/examples/ConstantCosmoVolume/constant_volume.yml index b8985cd212..ad31fd1972 100644 --- a/examples/ConstantCosmoVolume/constant_volume.yml +++ b/examples/ConstantCosmoVolume/constant_volume.yml @@ -23,7 +23,7 @@ TimeIntegration: Snapshots: basename: box # Common part of the name of output files time_first: 0. # Time of the first output (in internal units) - delta_time: 1.001 # Time difference between consecutive outputs (in internal units) + delta_time: 1.04 # Time difference between consecutive outputs (in internal units) scale_factor_first: 0.00991 compression: 4 -- GitLab