Ignore:
Timestamp:
12/22/14 00:17:01 (9 years ago)
Author:
Maciej Komosinski
Message:

Inheritance information during crossing over properly stored as a single genetic operation with a single child (affects phylogenetic analysis window)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/genman.h

    r247 r275  
    1919{
    2020        int count;
    21         string g1, g2;
     21        string parent1, parent2, child;
    2222        float chg;
    2323        float fit;
     
    5555private:
    5656        vector<GenoOperators*> oper_fx_list;
    57         void saveLink(string prz, string pot, float& chg);
     57        void saveLink(const string parent1, const string parent2, const string child, const float chg);
    5858        GenoOperators* getOper_f(char format);
    5959        SString HTMLize(const char *g, bool shorten);
Note: See TracChangeset for help on using the changeset viewer.