Ignore:
Timestamp:
06/25/20 00:34:29 (4 years ago)
Author:
Maciej Komosinski
Message:

Genetic format ID becomes a string (no longer limited to a single character)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/_demos/f0_variants_test.cpp

    r720 r955  
    9595Geno g(gen);
    9696printf("\nSource genotype: '%s'\n",g.getGenes().c_str());
    97 printf("                  ( format %c %s)\n",
    98        g.getFormat(), g.getComment().c_str());
     97printf("                  ( format %s %s)\n",
     98       g.getFormat().c_str(), g.getComment().c_str());
    9999
    100100Model m(g);//.getConverted('0'));
Note: See TracChangeset for help on using the changeset viewer.