Changeset 375 for cpp/frams/genetics/f1
- Timestamp:
- 04/26/15 00:59:09 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/f1/conv_f1.cpp
r372 r375 5 5 #include "conv_f1.h" 6 6 #include <common/nonstd_stl.h> 7 #include <common/ hmessage.h>7 #include <common/log.h> 8 8 #include <frams/util/multirange.h> 9 9 #include <frams/util/multimap.h> … … 63 63 if ((n1<0) || (n2<0) || (n1>=neuro_f1_to_f0.size()) || (n2>=neuro_f1_to_f0.size())) 64 64 { 65 if (final) Hprintf("GenoConvF1","addInput",HMLV_WARN,65 if (final) logPrintf("GenoConvF1","addInput",LOG_WARN, 66 66 "illegal neuron connection %d <- %d (ignored)",n1,n2); 67 67 return 0; … … 178 178 else 179 179 { 180 Hmessage("GenoConv_F1","grow","Illegal neuron position (ignored)",1);180 logMessage("GenoConv_F1","grow",1,"Illegal neuron position (ignored)"); 181 181 g=skipNeuro(g+1); 182 182 }
Note: See TracChangeset
for help on using the changeset viewer.