Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/02/10 04:29:34 (13 years ago)
Author:
swagner
Message:

Reviewed diversity analysis branch and merged it into the trunk (#1188)

Location:
trunk/sources/HeuristicLab.Analysis/3.3
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Analysis/3.3/DataRow.cs

    r4644 r4703  
    4949    }
    5050    private ObservableList<double> values;
    51     public IObservableList<double> Values {
     51    public ObservableList<double> Values {
    5252      get { return values; }
    5353    }
  • trunk/sources/HeuristicLab.Analysis/3.3/HeuristicLab.Analysis-3.3.csproj

    r4644 r4703  
    118118    <Compile Include="Allele.cs" />
    119119    <Compile Include="AlleleFrequency.cs" />
     120    <Compile Include="DataTableHistory.cs" />
     121    <Compile Include="HeatMapHistory.cs" />
     122    <Compile Include="HeatMap.cs" />
     123    <Compile Include="PopulationDiversityAnalyzer.cs" />
    120124    <Compile Include="DataRowVisualProperties.cs" />
    121125    <Compile Include="QualityAnalyzer.cs" />
Note: See TracChangeset for help on using the changeset viewer.