Skip to content
Snippets Groups Projects
Commit c3020ea3 authored by Oliver Sander's avatar Oliver Sander
Browse files

Longer simulation interval

parent 27f73c3c
No related branches found
No related tags found
No related merge requests found
......@@ -163,7 +163,7 @@ int main (int argc , char ** argv) try
// now do the time steps
double t=0,dt;
double tend = 2.0;
double tend = 2.5;
int k=0;
const double saveInterval = 0.1;
double saveStep = 0.1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment