From 80d7fd7922e22a3d557e8fbee6e28137032f86b7 Mon Sep 17 00:00:00 2001 From: "Peter W. Draper" <p.w.draper@durham.ac.uk> Date: Wed, 24 Oct 2018 13:44:51 +0100 Subject: [PATCH] typo --- examples/parameter_example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/parameter_example.yml b/examples/parameter_example.yml index 1264ad5695..015c7e4b0e 100644 --- a/examples/parameter_example.yml +++ b/examples/parameter_example.yml @@ -104,7 +104,7 @@ Statistics: # Parameters related to the initial conditions InitialConditions: file_name: SedovBlast/sedov.hdf5 # The file to read - periodic: 1 # Are we runing with periodic ICs? + periodic: 1 # Are we running with periodic ICs? generate_gas_in_ics: 0 # (Optional) Generate gas particles from the DM-only ICs (e.g. from panphasia). cleanup_h_factors: 0 # (Optional) Clean up the h-factors used in the ICs (e.g. in Gadget files). cleanup_velocity_factors: 0 # (Optional) Clean up the scale-factors used in the definition of the velocity variable in the ICs (e.g. in Gadget files). -- GitLab