Changeset 986 for cpp/frams/_demos/multiline_f0_test.cpp
- Timestamp:
- 07/08/20 20:38:51 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/_demos/multiline_f0_test.cpp
r972 r986 39 39 printf("Converted to f0:\n%s\n", m.getF0Geno().getGenes().c_str()); 40 40 41 printf("\n using Param::saveMultiLine() to create the \"expanded\" form of the f0 genotype...\n(MultiParamLoader should be able to load this)");41 printf("\nUsing Param::saveMultiLine() to create the \"expanded\" form of the f0 genotype...\n(MultiParamLoader should be able to load this)"); 42 42 43 43 StringFILE2 f; … … 107 107 108 108 109 using Param::saveMultiLine() to create the "expanded" form of the f0 genotype...109 Using Param::saveMultiLine() to create the "expanded" form of the f0 genotype... 110 110 (MultiParamLoader should be able to load this) 111 111 ============================
Note: See TracChangeset
for help on using the changeset viewer.