diff --git a/examples/main.c b/examples/main.c index 99f673307ab43b5e55991591177da30f4c212f63..be1ed7c192458fb08215035694bdb2a843400933 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. "