Reduce number of timesteps for testing to 1000

Signed-off-by: Christoph Niethammer <niethammer@hlrs.de>
This commit is contained in:
Christoph Niethammer 2024-03-13 13:26:07 +01:00
parent 3fbfd989b2
commit 39bee2e2e6

View file

@ -28,7 +28,7 @@ int main()
* *
* Changing of any of them might result in NaN error. * Changing of any of them might result in NaN error.
*/ */
int dt = 100000; int dt = 1000;
double h = 0.007; double h = 0.007;