Changeset 955 for cpp/frams/_demos/multiline_f0_test.cpp
- Timestamp:
- 06/25/20 00:34:29 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/_demos/multiline_f0_test.cpp
r745 r955 27 27 Geno g(gen); 28 28 printf("\nSource genotype: '%s'\n",g.getGenes().c_str()); 29 printf(" ( format % c%s)\n",30 g.getFormat() , g.getComment().c_str());29 printf(" ( format %s %s)\n", 30 g.getFormat().c_str(), g.getComment().c_str()); 31 31 32 32 Model m(g);//.getConverted('0'));
Note: See TracChangeset
for help on using the changeset viewer.