Changeset 5177 for branches/ParallelEngine/HeuristicLab.Analysis/3.3/AlleleFrequencyAnalysis/AlleleFrequencyAnalyzer.cs
- Timestamp:
- 12/26/10 03:51:30 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ParallelEngine/HeuristicLab.Analysis/3.3/AlleleFrequencyAnalysis/AlleleFrequencyAnalyzer.cs
r4991 r5177 88 88 #endregion 89 89 90 public override IOperation Apply( ) {90 public override IOperation Apply(IExecutionContext context) { 91 91 int updateInterval = UpdateIntervalParameter.Value.Value; 92 92 IntValue updateCounter = UpdateCounterParameter.ActualValue; … … 238 238 ((DoubleValue)results["Lost Alleles of Best Known Solution"].Value).Value = lostRelevantAllelesCount; 239 239 } 240 return base.Apply( );240 return base.Apply(context); 241 241 } 242 242
Note: See TracChangeset
for help on using the changeset viewer.