From e37e7b429bfec254374d12297c84569380df264f Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Keck <jean-baptiste.keck@imag.fr>
Date: Sat, 8 Dec 2018 00:43:40 +0100
Subject: [PATCH] fixed timestep

---
 examples/sediment_deposit/sediment_deposit.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/examples/sediment_deposit/sediment_deposit.py b/examples/sediment_deposit/sediment_deposit.py
index a2d47fbcd..6775be5c6 100644
--- a/examples/sediment_deposit/sediment_deposit.py
+++ b/examples/sediment_deposit/sediment_deposit.py
@@ -325,12 +325,11 @@ def compute(args):
 
     problem = Problem(method=method)
     problem.insert(poisson, 
+                   min_max_U, min_max_W, adapt_dt,
                    #diffuse_S,
                    splitting, 
                    dump_fields,
-                   compute_mean_fields,
-                   min_max_U, min_max_W, 
-                   adapt_dt)
+                   compute_mean_fields)
     problem.build(args)
     
     # If a visu_rank was provided, and show_graph was set,
-- 
GitLab