From 17d3fd8d97422228b4185f712bfa3387bad17dd5 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Thu, 27 Oct 2016 13:23:19 +0200 Subject: [PATCH] Better grammar in parameter description. --- 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 3c43d08b2a..ab348fb7d1 100644 --- a/examples/parameter_example.yml +++ b/examples/parameter_example.yml @@ -13,7 +13,7 @@ Scheduler: cell_sub_size: 64000000 # (Optional) Maximal number of interactions per sub-task (this is the default value). cell_split_size: 400 # (Optional) Maximal number of particles per cell (this is the default value). cell_max_count: 10000 # (Optional) Maximal number of particles per cell allowed before triggering a sanitizing (this is the default value). - max_top_level_cells: 12 # (Optional) Maximal number of top-level cells per dimension. The number of top-level cells will be the cube of this (this is the default value). + max_top_level_cells: 12 # (Optional) Maximal number of top-level cells in any dimension. The number of top-level cells will be the cube of this (this is the default value). # Parameters governing the time integration TimeIntegration: -- GitLab