Changeset 359 for cpp/frams/_demos/geno_test.cpp
- Timestamp:
- 04/18/15 16:42:59 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/_demos/geno_test.cpp
r348 r359 6 6 #include <frams/util/sstringutils.h> 7 7 #include <frams/genetics/preconfigured.h> 8 #include <frams/errmgr/stdouterr.h> 8 9 9 10 /** … … 17 18 { 18 19 PreconfiguredGenetics genetics; 20 StdoutErrorHandler stdouterr; //comment this object out to mute error/warning messages 19 21 20 22 if (argc<=1)
Note: See TracChangeset
for help on using the changeset viewer.