From ceaaa6bfc8df5c87a837c217d98cdf9cb97e8d3a Mon Sep 17 00:00:00 2001
From: "Peter W. Draper" <p.w.draper@durham.ac.uk>
Date: Tue, 21 Feb 2017 12:28:52 +0000
Subject: [PATCH] Fix typo in fractionaltime

---
 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 6a35968e65..1e8378e588 100644
--- a/examples/parameter_example.yml
+++ b/examples/parameter_example.yml
@@ -63,7 +63,7 @@ DomainDecomposition:
   initial_grid_y:    10     # ""
   initial_grid_z:    10     # ""
   repartition_type:  b      # (Optional) The re-decomposition strategy ("n", "b", "v", "e" or "x").
-  fractionaltime     0.1    # (Optional) The fractional time difference between MPI ranks required to trigger a new decomposition
+  fractionaltime:    0.1    # (Optional) The fractional time difference between MPI ranks required to trigger a new decomposition
  
 # Parameters related to external potentials --------------------------------------------
   
-- 
GitLab