From e7f2ff8ca99a3be9a597d809a456c6df00447723 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Fri, 11 Aug 2017 11:52:57 +0100 Subject: [PATCH] Do not modify the number of particles per cell in the EAGLE 25 yaml file. --- examples/EAGLE_25/eagle_25.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/EAGLE_25/eagle_25.yml b/examples/EAGLE_25/eagle_25.yml index f575254301..5dee9dad0b 100644 --- a/examples/EAGLE_25/eagle_25.yml +++ b/examples/EAGLE_25/eagle_25.yml @@ -13,9 +13,6 @@ TimeIntegration: dt_min: 1e-10 # The minimal time-step size of the simulation (in internal units). dt_max: 1e-4 # The maximal time-step size of the simulation (in internal units). -Scheduler: - cell_split_size: 64 - # Parameters governing the snapshots Snapshots: basename: eagle # Common part of the name of output files -- GitLab