Ignore:
Timestamp:
May 25, 2016, 7:13:59 AM (9 years ago)
Author:
Frederik Heber <heber@…>
Children:
a52369
Parents:
a92c27
git-author:
Frederik Heber <heber@…> (05/18/16 21:47:15)
git-committer:
Frederik Heber <heber@…> (05/25/16 07:13:59)
Message:

Fixing getConnectionTest() due to ambiguous tesselation.

  • with N=8 we have a cube with polygonal faces. Similarly, with N=11 we also have ambiguities.
File:
1 edited

Legend:

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

    ra92c27 r46e561  
    3232template <> void SphericalPointDistributionTest_assistant::getConnectionTest<1>();
    3333template <> void SphericalPointDistributionTest_assistant::getConnectionTest<2>();
     34template <> void SphericalPointDistributionTest_assistant::getConnectionTest<8>();
     35template <> void SphericalPointDistributionTest_assistant::getConnectionTest<11>();
    3436
    3537#include "SphericalPointDistributionUnitTest_assistant.hpp"
Note: See TracChangeset for help on using the changeset viewer.