Free cookie consent management tool by TermsFeed Policy Generator

Changeset 3410 for trunk


Ignore:
Timestamp:
04/19/10 10:44:19 (14 years ago)
Author:
gkronber
Message:

Fixed build errors. #938 (Data types and operators for regression problems)

Location:
trunk/sources
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.ArtificialAnt/3.3/AntInterpreter.cs

    r3343 r3410  
    9393      // expression evaluated completly => start at root again
    9494      if (nodeStack.Count == 0) {
    95         nodeStack.Push(Expression.ResultProducingExpression);
     95        nodeStack.Push(Expression.Root.SubTrees[0]);
    9696      }
    9797
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/HeuristicLab.Problems.DataAnalysis.Views-3.3.csproj

    r3408 r3410  
    8585    <None Include="Properties\AssemblyInfo.frame" />
    8686    <Compile Include="DataAnalysisProblemDataView.cs">
     87      <SubType>UserControl</SubType>
    8788    </Compile>
    8889    <Compile Include="DataAnalysisProblemDataView.Designer.cs">
     
    9798      <Name>HeuristicLab.Collections-3.3</Name>
    9899    </ProjectReference>
    99     <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj">
    100       <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project>
    101       <Name>HeuristicLab.Common-3.2</Name>
     100    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
     101      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
     102      <Name>HeuristicLab.Common-3.3</Name>
    102103    </ProjectReference>
    103104    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
Note: See TracChangeset for help on using the changeset viewer.