Changeset 372 for cpp/frams/_demos/f0_variants_test.cpp
- Timestamp:
- 04/22/15 04:14:59 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/_demos/f0_variants_test.cpp
r348 r372 10 10 #include <frams/genetics/defgenoconv.h> 11 11 #include <frams/model/model.h> 12 #include <frams/ errmgr/stdouterr.h>12 #include <frams/mhandlers/stdouthandler.h> 13 13 14 14 void save_as_f0(SString &gen,Model &m,bool omit_default_values) … … 74 74 int main(int argc,char*argv[]) 75 75 { 76 StdoutErrorHandler err;//the default ErrorHandler constructor automatically registers this object to receive framsg messages (and in this case, redirect them to standard output) 76 MessageHandlerToStdout messages_to_stdout(MessageHandlerBase::Enable); 77 77 78 78 //without converters the application would only handle "format 0" genotypes
Note: See TracChangeset
for help on using the changeset viewer.