Ignore:
Timestamp:
Jun 8, 2016, 10:45:27 PM (9 years ago)
Author:
Frederik Heber <heber@…>
Children:
6369bc
Parents:
e34888
git-author:
Frederik Heber <heber@…> (06/06/16 14:28:05)
git-committer:
Frederik Heber <heber@…> (06/08/16 22:45:27)
Message:

Extended SamplingGridProperties::isCompatible() to allow more finely resolved grids, added ::isEquivalent().

  • isEquivalent contains the old check and we replaced isCompatible() by it.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Fragmentation/Summation/SetValues/unittests/SamplingGridUnitTest.hpp

    re34888 rc739b3  
    2424{
    2525    CPPUNIT_TEST_SUITE( SamplingGridTest) ;
     26    CPPUNIT_TEST ( equivalentGrids_Test );
    2627    CPPUNIT_TEST ( compatibleGrids_Test );
    2728    CPPUNIT_TEST ( operatorPlusEqual_Test );
     
    4243      void setUp();
    4344      void tearDown();
     45      void equivalentGrids_Test();
    4446      void compatibleGrids_Test();
    4547      void isCongruent_Test();
Note: See TracChangeset for help on using the changeset viewer.