Changeset 375 for cpp/frams/_demos/neuro_layout_test.cpp
- Timestamp:
- 04/26/15 00:59:09 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/_demos/neuro_layout_test.cpp
r372 r375 7 7 #include <frams/genetics/preconfigured.h> 8 8 #include <frams/model/model.h> 9 #include <frams/ mhandlers/stdouthandler.h>9 #include <frams/loggers/loggertostdout.h> 10 10 #include <frams/canvas/nn_layout_model.h> 11 11 … … 83 83 int main(int argc,char*argv[]) 84 84 { 85 MessageHandlerToStdout messages_to_stdout(MessageHandlerBase::Enable);85 LoggerToStdout messages_to_stdout(LoggerBase::Enable); 86 86 PreconfiguredGenetics genetics; 87 87
Note: See TracChangeset
for help on using the changeset viewer.