Skip to content
Snippets Groups Projects
Commit 68df01a0 authored by Izzard, Robert Dr (Maths & Physics)'s avatar Izzard, Robert Dr (Maths & Physics)
Browse files

fix non-NUCSYN build by adding missing #ifdef NUCSYN .. #endif

parent ade7b1dd
No related branches found
No related tags found
No related merge requests found
#include "../binary_c.h" #include "../binary_c.h"
#ifdef NUCSYN
void nucsyn_remove_mass_from_surface( void nucsyn_remove_mass_from_surface(
#if defined DEBUG && DEBUG > 0 #if defined DEBUG && DEBUG > 0
struct stardata_t * stardata, struct stardata_t * stardata,
...@@ -35,3 +37,5 @@ void nucsyn_remove_mass_from_surface( ...@@ -35,3 +37,5 @@ void nucsyn_remove_mass_from_surface(
*allocated = FALSE; *allocated = FALSE;
} }
} }
#endif //NUCSYN
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment