- Timestamp:
- 06/05/08 17:53:43 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/sources/HeuristicLab.Selection.OffspringSelection/OffspringSelector.cs
r298 r302 151 151 else 152 152 scope.RemoveVariable(scope.TranslateName(badChildrenInfo.FormalName)); 153 IVariableInfo badCountInfo = GetVariableInfo("BadCount");154 if(badCountInfo.Local)155 RemoveVariable(badCountInfo.ActualName);156 else157 scope.RemoveVariable(scope.TranslateName("BadCount"));158 153 return null; 159 154 }
Note: See TracChangeset
for help on using the changeset viewer.