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

Call runner_doself1_vec when vectorisation is turned on.

parent d6580697
No related branches found
No related tags found
1 merge request!302Call vector
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#define ACC_THRESHOLD 1e-5 #define ACC_THRESHOLD 1e-5
#if defined(WITH_VECTORIZATION) && defined(DOSELF1_VEC) #if defined(WITH_VECTORIZATION)
#define DOSELF1 runner_doself1_density_vec #define DOSELF1 runner_doself1_density_vec
#define DOSELF1_NAME "runner_doself1_density_vec" #define DOSELF1_NAME "runner_doself1_density_vec"
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment