Changeset 372 for cpp/frams/_demos/neuro_layout_test.cpp
- Timestamp:
- 04/22/15 04:14:59 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/_demos/neuro_layout_test.cpp
r348 r372 7 7 #include <frams/genetics/preconfigured.h> 8 8 #include <frams/model/model.h> 9 #include <frams/ errmgr/stdouterr.h>9 #include <frams/mhandlers/stdouthandler.h> 10 10 #include <frams/canvas/nn_layout_model.h> 11 11 … … 83 83 int main(int argc,char*argv[]) 84 84 { 85 StdoutErrorHandler err;//the default ErrorHandler constructor automatically registers this object to receive framsg messages (and in this case, redirect them to standard output) 85 MessageHandlerToStdout messages_to_stdout(MessageHandlerBase::Enable); 86 86 PreconfiguredGenetics genetics; 87 87
Note: See TracChangeset
for help on using the changeset viewer.