From b31f3e4ece370804f9a0f2500f3f3ea231bb7732 Mon Sep 17 00:00:00 2001 From: James Willis <james.s.willis@durham.ac.uk> Date: Thu, 14 Jul 2016 14:32:03 +0100 Subject: [PATCH] Added optional output file name parameters. --- examples/parameter_example.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/parameter_example.yml b/examples/parameter_example.yml index fb1e6ff693..46ce5f1e0c 100644 --- a/examples/parameter_example.yml +++ b/examples/parameter_example.yml @@ -34,6 +34,8 @@ Snapshots: # Parameters governing the conserved quantities statistics Statistics: delta_time: 1e-2 # Time between statistics output + energy_file_name: energy # (Optional) File name for energy output + timestep_file_name: timesteps # (Optional) File name for timing information output. Note: No underscores "_" allowed in file name # Parameters for the hydrodynamics scheme SPH: -- GitLab