Changeset 372 for cpp/frams/_demos/genomanipulation.cpp
- Timestamp:
- 04/22/15 04:14:59 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/_demos/genomanipulation.cpp
r348 r372 10 10 #include <frams/model/model.h> 11 11 #include <frams/genetics/preconfigured.h> 12 #include <frams/ errmgr/stdouterr.h>12 #include <frams/mhandlers/stdouthandler.h> 13 13 14 14 /** … … 266 266 int main(int argc,char*argv[]) 267 267 { 268 StdoutErrorHandler err; //redirect model-related errors to stdout268 MessageHandlerToStdout messages_to_stdout(MessageHandlerBase::Enable); //redirect model-related errors to stdout 269 269 270 270 srand(time(0));
Note: See TracChangeset
for help on using the changeset viewer.