From 44343e014b6a15fed6936c6f0af6c1d5a8bfdfdc Mon Sep 17 00:00:00 2001 From: James Willis <james.s.willis@durham.ac.uk> Date: Fri, 20 Apr 2018 15:57:06 +0800 Subject: [PATCH] Change default IC file name. --- examples/fof_test/uniformBox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/fof_test/uniformBox.yml b/examples/fof_test/uniformBox.yml index 690bcf87f2..b4ee0ebed7 100644 --- a/examples/fof_test/uniformBox.yml +++ b/examples/fof_test/uniformBox.yml @@ -42,4 +42,4 @@ Statistics: # Parameters related to the initial conditions InitialConditions: - file_name: ./uniformDMBox_100.hdf5 # The file to read + file_name: ./uniformDMBox_20.hdf5 # The file to read -- GitLab