Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/28/10 01:44:33 (14 years ago)
Author:
swagner
Message:

Revoked changes of r5177 (#1333)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ParallelEngine/HeuristicLab.Operators/3.3/DoubleCounter.cs

    r5177 r5178  
    5959    }
    6060
    61     public override IOperation Apply(IExecutionContext context) {
     61    public override IOperation Apply() {
    6262      if (ValueParameter.ActualValue == null) ValueParameter.ActualValue = new DoubleValue();
    6363      ValueParameter.ActualValue.Value += IncrementParameter.ActualValue.Value;
    64       return base.Apply(context);
     64      return base.Apply();
    6565    }
    6666  }
Note: See TracChangeset for help on using the changeset viewer.