Ignore:
Timestamp:
07/20/16 01:17:14 (8 years ago)
Author:
Maciej Komosinski
Message:

Renamed: get/setGene -> get/setGenes, setGeneOnly -> setGenesAssumingSameFormat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/genoconv.cpp

    r483 r534  
    181181        char *t = path;
    182182        SString tmp;
    183         tmp = in.getGene();
     183        tmp = in.getGenes();
    184184        MultiMap lastmap, tmpmap;
    185185        int firstmap = 1;
Note: See TracChangeset for help on using the changeset viewer.