Free cookie consent management tool by TermsFeed Policy Generator

Changeset 302 for branches/3.0


Ignore:
Timestamp:
06/05/08 17:53:43 (16 years ago)
Author:
gkronber
Message:

merged r301 into the HL3 stable branch (ticket #142)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/sources/HeuristicLab.Selection.OffspringSelection/OffspringSelector.cs

    r298 r302  
    151151        else
    152152          scope.RemoveVariable(scope.TranslateName(badChildrenInfo.FormalName));
    153         IVariableInfo badCountInfo = GetVariableInfo("BadCount");
    154         if(badCountInfo.Local)
    155           RemoveVariable(badCountInfo.ActualName);
    156         else
    157           scope.RemoveVariable(scope.TranslateName("BadCount"));
    158153        return null;
    159154      }
Note: See TracChangeset for help on using the changeset viewer.