Changeset 145 for cpp/frams/_demos/full_props.cpp
- Timestamp:
- 02/26/14 20:21:22 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/_demos/full_props.cpp
r121 r145 9 9 10 10 #include <frams/model/model.h> 11 #include <frams/genetics/defgenoconv.h>12 11 #include <frams/errmgr/stdouterr.h> 12 #include <frams/genetics/preconfigured.h> 13 13 14 14 /** … … 47 47 */ 48 48 49 //optional:50 DefaultGenoConvManager gcm; //without this object the application would only handle "format 0" genotypes51 52 49 int main(int argc,char*argv[]) 53 50 { 54 51 StdioFILE::setStdio();//setup VirtFILE::Vstdin/out/err 55 52 StdoutErrorHandler err(ErrorHandlerBase::DontBlock,VirtFILE::Vstderr); //errors -> stderr, don't interfere with stdout 53 54 PreconfiguredGenetics genetics; 56 55 57 56 bool reverse=false;
Note: See TracChangeset
for help on using the changeset viewer.