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