Changeset 534 for cpp/frams/_demos/multiline_f0_test.cpp
- Timestamp:
- 07/20/16 01:17:14 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/_demos/multiline_f0_test.cpp
r391 r534 26 26 } 27 27 Geno g(gen); 28 printf("\nSource genotype: '%s'\n",g.getGene ().c_str());28 printf("\nSource genotype: '%s'\n",g.getGenes().c_str()); 29 29 printf(" ( format %c %s)\n", 30 30 g.getFormat(), g.getComment().c_str()); … … 37 37 return 2; 38 38 } 39 printf("Converted to f0:\n%s\n",m.getF0Geno().getGene ().c_str());39 printf("Converted to f0:\n%s\n",m.getF0Geno().getGenes().c_str()); 40 40 41 41 printf("\nusing Param::save() to create the \"expanded\" form of the f0 genotype...\n(MultiParamLoader should be able to load this)");
Note: See TracChangeset
for help on using the changeset viewer.