Ignore:
Timestamp:
11/26/20 01:30:40 (3 years ago)
Author:
Maciej Komosinski
Message:

fS: refactoring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/fS/fS_oper.h

    r1017 r1030  
    142142
    143143        /**
    144          * Change the value of the size parameter by given multiplier
    145          * Do not change the value if any of the size restrictions is not satisfied
     144         * Change the value of the scale parameter by given multiplier
     145         * Do not change the value if any of the scale restrictions is not satisfied
    146146         * @param paramKey
    147147         * @param multiplier
     
    149149         * @return True if the parameter value was change, false otherwise
    150150         */
    151         bool mutateSizeParam(Node *node, string key, bool ensureCircleSection);
     151        bool mutateScaleParam(Node *node, string key, bool ensureCircleSection);
    152152};
    153153
Note: See TracChangeset for help on using the changeset viewer.