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