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/fL/fL_general.h

    r803 r821  
    482482         * @return number of sticks in sequence
    483483         */
    484         int countSticksInSequence(std::list<fL_Word *> sequence);
     484        int countSticksInSequence(std::list<fL_Word *> *sequence);
    485485
    486486        /**
Note: See TracChangeset for help on using the changeset viewer.