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

Enclose constant in #ifdef.

parent b829c8ec
No related branches found
No related tags found
1 merge request!443Debug interactions
......@@ -33,7 +33,9 @@
#include "cooling_struct.h"
#ifdef DEBUG_INTERACTIONS_SPH
#define NUM_OF_NEIGHBOURS 128
#endif
/* Extra particle data not needed during the SPH loops over neighbours. */
struct xpart {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment