| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2016-07-24 22:42:09 +0200 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2016-07-24 22:42:09 +0200 |
| commit | 8994c7b5cf56f540c71c763173a8927569ba94b3 (patch) | |
| tree | 5b7822bd827593f612c1e103df92001781ac72c6 /src/io/error.h | |
| parent | f74d57fee040218af039f8157cf645d0902ad300 (diff) | |
Experimenting with K Order Markovian chains.
I do not recommend using this branch ATM, it has not been tested.
Diffstat (limited to 'src/io/error.h')
| -rw-r--r-- | src/io/error.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/io/error.h b/src/io/error.h index e4267a0..be7359f 100644 --- a/src/io/error.h +++ b/src/io/error.h @@ -23,6 +23,8 @@ #define ZoO_DEBUG_LEARNING (0 || ZoO_DEBUG_ALL) #endif +#define ZoO_DEBUG_NETWORK 1 + #ifndef ZoO_DEBUG_NETWORK #define ZoO_DEBUG_NETWORK (0 || ZoO_DEBUG_ALL) #endif |


