Ignore:
Timestamp:
Sep 10, 2016, 4:14:02 PM (9 years ago)
Author:
Frederik Heber <heber@…>
Branches:
SaturateAtoms_singleDegree
Children:
226860
Parents:
408415
git-author:
Frederik Heber <heber@…> (06/05/14 17:42:39)
git-committer:
Frederik Heber <heber@…> (09/10/16 16:14:02)
Message:

Dropped quaternion rotation for simple arbitrary rotation axis and angle.

  • with newCenter, oldCenter and the cross product we have all we need: a rotation axis and an angle. We don't need to burden ourselves with those stupid, absolutely not working quaternions.
  • removeMatchingPoints() now works on an array.
  • Orientation rotation was wrong way round, added check.
  • TESTFIX: removed QuaternionTest from SphericalPointDistributionTest, marked FragmentMolecule-cycle and StoreSaturatedFragment regression tests as XFAIL.
File:
1 edited

Legend:

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

    r408415 r2cd0a0  
    2222{
    2323    CPPUNIT_TEST_SUITE( SphericalPointDistributionTest) ;
    24     CPPUNIT_TEST ( QuaternionTest );
    2524    CPPUNIT_TEST ( matchSphericalPointDistributionsTest_2 );
    2625    CPPUNIT_TEST ( matchSphericalPointDistributionsTest_3 );
     
    3534      void setUp();
    3635      void tearDown();
    37       void QuaternionTest();
    3836      void matchSphericalPointDistributionsTest_2();
    3937      void matchSphericalPointDistributionsTest_3();
Note: See TracChangeset for help on using the changeset viewer.