Changeset 82
- Timestamp:
- 03/19/08 17:18:44 (17 years ago)
- Location:
- trunk/sources
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Data/HeuristicLab.Data.csproj
r41 r82 112 112 <DependentUpon>ConstrainedDoubleDataView.cs</DependentUpon> 113 113 </Compile> 114 <Compile Include="NullData.cs" /> 114 115 <Compile Include="IntMatrixDataView.cs"> 115 116 <SubType>UserControl</SubType> -
trunk/sources/HeuristicLab.Operators/CombinedOperator.cs
r76 r82 69 69 if (scope.GetVariable(Guid.ToString()) == null) { // contained operator not yet executed 70 70 // add marker 71 scope.AddVariable(new Variable(Guid.ToString(), n ull));71 scope.AddVariable(new Variable(Guid.ToString(), new NullData())); 72 72 73 73 // add aliases
Note: See TracChangeset
for help on using the changeset viewer.