From e1d3972801156f7132debb831738ead503af93e6 Mon Sep 17 00:00:00 2001 From: Cristian Lalescu <Cristian.Lalescu@ds.mpg.de> Date: Mon, 22 Jun 2015 11:34:46 +0200 Subject: [PATCH] use bigger timestep for test --- py_template/test_step.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py_template/test_step.cpp b/py_template/test_step.cpp index 532dcbaa..b3fc1c03 100644 --- a/py_template/test_step.cpp +++ b/py_template/test_step.cpp @@ -13,7 +13,7 @@ DEBUG_MSG("field read\n"); DEBUG_MSG("######### %d %g\n", fs->iteration, fs->correl_vec(fs->cvorticity, fs->cvorticity)); for (int t = 0; t < 8; t++) { - fs->step(0.0001); + fs->step(0.01); DEBUG_MSG("######### %d %g\n", fs->iteration, fs->correl_vec(fs->cvorticity, fs->cvorticity)); } -- GitLab