Skip to content

Commit 7418af6

Browse files
committed
Sets event handler off by default
1 parent 5ae2652 commit 7418af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: modelStructures.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// Begin definitions for choosing different model structures
1111
// See also sipnet.c for other options (that should be moved here if/when testing is added)
1212

13-
#define EVENT_HANDLER 1
13+
#define EVENT_HANDLER 0
1414
// Read in and process agronomic events. Expects a file named <FILENAME>.event to exist.
1515

1616

0 commit comments

Comments
 (0)