Skip to content

Commit 8b03f77

Browse files
committed
Removes EVENT_HANDLER override used in dev
1 parent 1d72152 commit 8b03f77

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: sipnet.c

-3
Original file line numberDiff line numberDiff line change
@@ -489,9 +489,6 @@ static ClimateNode *climate; // current climate
489489
static Fluxes fluxes;
490490
static double *outputPtrs[MAX_DATA_TYPES]; // pointers to different possible outputs
491491

492-
// MJL REMOVE THIS BEFORE CHECKIN
493-
#define EVENT_HANDLER 1
494-
495492
#if EVENT_HANDLER
496493
static EventNode **events;
497494
static EventNode *locEvent; // current location event list

0 commit comments

Comments
 (0)