Skip to content
Snippets Groups Projects
Commit 643dcebd authored by James Willis's avatar James Willis
Browse files

Timer toc was in the wrong place. Should have been at the end of the function.

parent 2b18a5ec
Branches
Tags
1 merge request!407Patch vecorised pair interactions
......@@ -1185,8 +1185,9 @@ void runner_dopair1_density_vec(struct runner *r, struct cell *ci,
} /* loop over the parts in cj. */
TIMER_TOC(timer_dopair_density);
}
TIMER_TOC(timer_dopair_density);
#endif /* WITH_VECTORIZATION */
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment