From 379d25de606021f0472217cb0f77ec3c9470464b Mon Sep 17 00:00:00 2001
From: James Willis <james.s.willis@durham.ac.uk>
Date: Thu, 14 Jul 2016 14:31:26 +0100
Subject: [PATCH] Removed optional parameters.

---
 examples/CosmoVolume/cosmoVolume.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/examples/CosmoVolume/cosmoVolume.yml b/examples/CosmoVolume/cosmoVolume.yml
index f83657ac49..bafb12d65f 100644
--- a/examples/CosmoVolume/cosmoVolume.yml
+++ b/examples/CosmoVolume/cosmoVolume.yml
@@ -32,8 +32,7 @@ Snapshots:
 # Parameters governing the conserved quantities statistics
 Statistics:
   delta_time:          1e-2 # Time between statistics output
-  energy_file_name:    energy
-  timestep_file_name:  timestep # No underscores ("_") allowed in file name 
+  
 
 # Parameters for the hydrodynamics scheme
 SPH:
-- 
GitLab