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

Removed error message when vectorisation is turned on using Gadget 2 SPH scheme.

parent 506dad4a
No related tags found
1 merge request!204Intrinsic vectorisation
......@@ -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. "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment