From c690636df2fd41240b8019c0019d641115deaffc Mon Sep 17 00:00:00 2001 From: James Willis <james.s.willis@durham.ac.uk> Date: Tue, 26 Jul 2016 19:06:21 +0100 Subject: [PATCH] Removed error message when vectorisation is turned on using Gadget 2 SPH scheme. --- examples/main.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/examples/main.c b/examples/main.c index 99f673307a..be1ed7c192 100644 --- a/examples/main.c +++ b/examples/main.c @@ -269,12 +269,6 @@ int main(int argc, char *argv[]) { /* Temporary abort to handle absence of vectorized functions */ #ifdef WITH_VECTORIZATION -#ifdef GADGET2_SPH - error( - "Vectorized version of Gadget SPH routines not implemented yet. " - "Reconfigure with --disable-vec and recompile or use DEFAULT_SPH."); -#endif - #ifdef MINIMAL_SPH error( "Vectorized version of Minimal SPH routines not implemented yet. " -- GitLab