forked from eacdamal/simpar
Reduce number of timesteps for testing to 1000
Signed-off-by: Christoph Niethammer <niethammer@hlrs.de>
This commit is contained in:
parent
3fbfd989b2
commit
39bee2e2e6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue