Changeset 654 for branches/GpPluginsRefactoringBranch/HeuristicLab.GP.StructureIdentification/LessThan.cs
- Timestamp:
- 10/14/08 14:42:29 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GpPluginsRefactoringBranch/HeuristicLab.GP.StructureIdentification/LessThan.cs
r645 r654 41 41 AddConstraint(new SubOperatorTypeConstraint(1)); 42 42 } 43 44 public override void Accept(IFunctionVisitor visitor) {45 visitor.Visit(this);46 }47 43 } 48 44 }
Note: See TracChangeset
for help on using the changeset viewer.