diff options
Diffstat (limited to 'neural.c')
-rw-r--r-- | neural.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,7 @@ static int read_data_file(); void DoNNET(void) { - const char* context="CPU:NNET"; +/* const char* context="CPU:NNET"; */ /* Since we never fprintf errors here, we don't need this */ NNetStruct* locnnetstruct = &global_nnetstruct; clock_t total_time = 0; int iterations = 0; |