Skip to content
Snippets Groups Projects
Commit 20e0f9db authored by Matteo Cicuttin's avatar Matteo Cicuttin
Browse files

Fix

parent 8c02ed39
No related branches found
No related tags found
No related merge requests found
......@@ -246,8 +246,7 @@ void solver_mainloop(const model& mod, State& state, maxwell::parameter_loader&
timestep(mod, state, mpl, ti);
do_sources(mod, state, mpl);
swap(state, mpl);
cudaDeviceSynchronize();
double time = tc.toc();
total_iteration_time += time;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment