Skip to content
Snippets Groups Projects
Commit 3535b09c authored by Yolan Uyttenhove's avatar Yolan Uyttenhove
Browse files

Add error at compile time for old gradients implementation (currently no longer supported/working)

parent 3246de0a
No related branches found
No related tags found
1 merge request!1749Draft: Merge the moving mesh hydro scheme in master
......@@ -86,6 +86,7 @@
/* If disabled, no gradients are used (first order scheme) */
#define SHADOWSWIFT_MESHLESS_GRADIENTS
#ifndef SHADOWSWIFT_MESHLESS_GRADIENTS
#error "Unimplemented (since switch to fully recursive hydro interactions)"
#define SHADOWSWIFT_GRADIENTS
#endif
/* Always activate the slope limiters if we use gradients (the scheme becomes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment