Changeset 1056 for cpp/frams/genetics/fS/fS_oper.h
- Timestamp:
- 12/28/20 02:06:52 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/fS/fS_oper.h
r1030 r1056 142 142 143 143 /** 144 * Change the value of the scale parameter by given multiplier145 * Do not change the value if any of the scale restrictions is not satisfied 144 * Change the value of the scale parameter by a given multiplier. 145 * Do not change the value if any of the scale restrictions is not satisfied. 146 146 * @param paramKey 147 147 * @param multiplier 148 148 * @param ensureCircleSection 149 * @return True if the parameter value was change , false otherwise149 * @return True if the parameter value was changed, false otherwise 150 150 */ 151 151 bool mutateScaleParam(Node *node, string key, bool ensureCircleSection);
Note: See TracChangeset
for help on using the changeset viewer.