Ignore:
Timestamp:
May 25, 2016, 7:13:59 AM (9 years ago)
Author:
Frederik Heber <heber@…>
Children:
4492f1
Parents:
4b96da
git-author:
Frederik Heber <heber@…> (07/09/14 22:08:37)
git-committer:
Frederik Heber <heber@…> (05/25/16 07:13:59)
Message:

Added calculation of center of minimum distance by bisection.

  • this will give us a unique a definite point independent of the (rotational) position of the point set on the unit sphere.
  • added unit test.
  • TESTFIX: Marked SphericalPointDistributionUnitTest as XFAIL.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Fragmentation/Exporters/unittests/SphericalPointDistributionUnitTest.hpp

    r4b96da r66700f2  
    2222{
    2323    CPPUNIT_TEST_SUITE( SphericalPointDistributionTest) ;
     24    CPPUNIT_TEST( calculateCenterOfMinimumDistanceTest );
    2425    CPPUNIT_TEST ( areEqualToWithinBoundsTest );
    2526    CPPUNIT_TEST ( joinPointsTest );
     
    3738      void setUp();
    3839      void tearDown();
     40      void calculateCenterOfMinimumDistanceTest();
    3941      void areEqualToWithinBoundsTest();
    4042      void joinPointsTest();
Note: See TracChangeset for help on using the changeset viewer.