Skip to content
Snippets Groups Projects
Commit e1d39728 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

use bigger timestep for test

parent 3e8b2f53
No related branches found
No related tags found
No related merge requests found
......@@ -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));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment