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/multiline_f0_test.cpp

    r745 r955  
    2727Geno g(gen);
    2828printf("\nSource genotype: '%s'\n",g.getGenes().c_str());
    29 printf("                  ( format %c %s)\n",
    30        g.getFormat(), g.getComment().c_str());
     29printf("                  ( format %s %s)\n",
     30       g.getFormat().c_str(), g.getComment().c_str());
    3131
    3232Model m(g);//.getConverted('0'));
Note: See TracChangeset for help on using the changeset viewer.