Changeset 375 for cpp/frams/_demos/f0_variants_test.cpp
- Timestamp:
- 04/26/15 00:59:09 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/_demos/f0_variants_test.cpp
r372 r375 10 10 #include <frams/genetics/defgenoconv.h> 11 11 #include <frams/model/model.h> 12 #include <frams/ mhandlers/stdouthandler.h>12 #include <frams/loggers/loggertostdout.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 MessageHandlerToStdout messages_to_stdout(MessageHandlerBase::Enable);76 LoggerToStdout messages_to_stdout(LoggerBase::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.