Ignore:
Timestamp:
10/10/18 01:13:05 (6 years ago)
Author:
Maciej Komosinski
Message:

Performance and stability improvements in fB, fH, and fL; improved parsing and math evaluations in fL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/fB/fB_oper.h

    r797 r821  
    3030{
    3131private:
    32         bool hasStick(SString genotype);
    33         SString detokenizeSequence(std::list<SString> tokenlist);
    34         std::list<SString> tokenizeSequence(SString genotype);
     32        bool hasStick(const SString &genotype);
     33        SString detokenizeSequence(std::list<SString> *tokenlist);
     34        std::list<SString> tokenizeSequence(const SString &genotype);
    3535
    3636public:
Note: See TracChangeset for help on using the changeset viewer.