Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/11/13 23:36:52 (11 years ago)
Author:
ascheibe
Message:

#1886

  • improved qhull wrapper
  • cleaned up unit tests
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Analysis.AlgorithmBehavior/AlgorithmBehaviorUnitTests/VolumeCalculationTest.cs

    r10208 r10222  
    3131    [TestMethod]
    3232    public void TestVolumeCalculation() {
    33       const int numPoints = 8;
    34       const int dimension = 3;
    35 
    3633      var points = new List<double[]>();
    3734      points.Add(new double[] { -0.72045174, 1.44667601, -1.75159125 });
     
    5451    }
    5552
    56 
    5753    [TestMethod]
    5854    public void TestVolumeCalculationQhull() {
    59       const int numPoints = 8;
    60       const int dimension = 3;
    61 
    6255      var points = new List<double[]>();
    6356      points.Add(new double[] { -0.72045174, 1.44667601, -1.75159125 });
Note: See TracChangeset for help on using the changeset viewer.