Changeset 549
- Timestamp:
- 07/30/16 02:38:53 (8 years ago)
- Location:
- cpp/frams/_demos
- Files:
-
- 2 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) -
cpp/frams/_demos/genomanipulation.cpp
r534 r549 16 16 Sample code: Accessing model elements 17 17 */ 18 19 PreconfiguredGenetics genetics;20 18 21 19 void printNiceBanner(const char* title) … … 267 265 { 268 266 LoggerToStdout messages_to_stdout(LoggerBase::Enable); //redirect model-related errors to stdout 267 PreconfiguredGenetics genetics; 269 268 270 269 srand(time(0));
Note: See TracChangeset
for help on using the changeset viewer.