Skip to content
Snippets Groups Projects
Commit e29c8982 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

fixed final time display

parent a90bed1f
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,6 @@ int main(int argc, char *argv[])
double dt = 0.4*acoustic_solver.acoustic_dt(Vj, cj);
if (t+dt>tmax) {
dt=tmax-t;
t=tmax;
}
acoustic_solver.computeNextStep(t,dt, unknowns);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment