From ab08bd9dba2aa474386d4345180ce66d064ddde4 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Sat, 20 Oct 2018 20:08:41 +0200
Subject: [PATCH] Missing columns in the parameter example file.

---
 examples/parameter_example.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/parameter_example.yml b/examples/parameter_example.yml
index e177315432..f86abe054e 100644
--- a/examples/parameter_example.yml
+++ b/examples/parameter_example.yml
@@ -137,9 +137,9 @@ DomainDecomposition:
                             # new decomposition, or number of steps (>1) between decompositions
   minfrac:          0.9     # (Optional) Fractional of all particles that should be updated in previous step when
                             # using CPU time trigger
-  usemetis          0       # Use serial METIS when ParMETIS is also available.
-  adaptive          1       # Use adaptive repartition when ParMETIS is available, otherwise simple refinement.
-  itr               100     # When adaptive defines the ratio of inter node communication time to data redistribution time, in the range 0.00001 to 10000000.0.
+  usemetis:         0       # Use serial METIS when ParMETIS is also available.
+  adaptive:         1       # Use adaptive repartition when ParMETIS is available, otherwise simple refinement.
+  itr:              100     # When adaptive defines the ratio of inter node communication time to data redistribution time, in the range 0.00001 to 10000000.0.
                             # Lower values give less data movement during redistributions, at the cost of global balance which may require more communication.
 
 # Parameters related to the equation of state ------------------------------------------
-- 
GitLab