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/geometry/apices_test.cpp

    r348 r526  
    4747        // Finishing result Model and printing its genotype.
    4848        resultModel.close();
    49         puts(resultModel.getF0Geno().toString().c_str());
     49        puts(resultModel.getF0Geno().getGeneAndFormat().c_str());
    5050}
    5151
Note: See TracChangeset for help on using the changeset viewer.