Changeset 528 for trunk/sources
- Timestamp:
- 08/20/08 16:55:07 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Functions/FunctionBase.cs
r525 r528 85 85 if(constraint is SubOperatorTypeConstraint) { 86 86 SubOperatorTypeConstraint subOpConstraint = constraint as SubOperatorTypeConstraint; 87 if(subOpConstraint.SubOperatorIndex.Data == i ndex) {87 if(subOpConstraint.SubOperatorIndex.Data == i) { 88 88 allowedSubFunctions[i] = new List<IFunction>(); 89 89 foreach(IFunction f in subOpConstraint.AllowedSubOperators) allowedSubFunctions[i].Add(f);
Note: See TracChangeset
for help on using the changeset viewer.