Changeset 723
- Timestamp:
- 11/08/08 13:57:41 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators/DataCollector.cs
r77 r723 43 43 public override IOperation Apply(IScope scope) { 44 44 ItemList<StringData> names = GetVariableValue<ItemList<StringData>>("VariableNames", scope, false); 45 ItemList values = GetVariableValue<ItemList>("Values", scope, false, false);45 ItemList values = GetVariableValue<ItemList>("Values", scope, true, false); 46 46 if (values == null) { 47 47 values = new ItemList();
Note: See TracChangeset
for help on using the changeset viewer.