Ignore:
Timestamp:
07/18/16 04:12:06 (8 years ago)
Author:
Maciej Komosinski
Message:

Geno::toString() renamed to Geno::getGeneAndFormat()

File:
1 edited

Legend:

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

    r348 r526  
    5252
    5353        m.close();
    54         puts(m.getF0Geno().toString().c_str());
     54        puts(m.getF0Geno().getGeneAndFormat().c_str());
    5555        // the genotype can be fed directly to the genotype viewer, like this:
    5656        // part_shapes | theater -g -
Note: See TracChangeset for help on using the changeset viewer.