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