Changeset 549 for cpp/frams/_demos/geno_test.cpp
- Timestamp:
- 07/30/16 02:38:53 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/_demos/geno_test.cpp
r391 r549 17 17 int main(int argc, char*argv[]) 18 18 { 19 LoggerToStdout messages_to_stdout(LoggerBase::Enable); //comment this object out to mute error/warning messages 19 20 PreconfiguredGenetics genetics; 20 LoggerToStdout messages_to_stdout(LoggerBase::Enable); //comment this object out to mute error/warning messages21 21 22 22 if (argc <= 1)
Note: See TracChangeset
for help on using the changeset viewer.