# # ChangeLog for tests/regression/Molecules/RotateAroundBond/pre # # Generated by Trac 1.4.4 # Mar 29, 2025, 9:15:35 PM Wed, 05 Jul 2017 19:43:00 GMT Frederik Heber [8efcf4] * src/Actions/MoleculeAction/RotateAroundBondAction.cpp (modified) * tests/regression/Molecules/RotateAroundBond/post/benzene_90degree.pdb (added) * tests/regression/Molecules/RotateAroundBond/pre/benzene.pdb (added) * tests/regression/Molecules/RotateAroundBond/testsuite-molecules-rotate-around-bond.at (modified) FIX: rotate-around-bond now rotates only one side of mol's bond ... Tue, 20 Jun 2017 19:58:37 GMT Frederik Heber [5e17bf] * src/Actions/MoleculeAction/RotateAroundBondAction.cpp (modified) * tests/regression/Molecules/RotateAroundBond/pre/test_cycle.pdb (added) * tests/regression/Molecules/RotateAroundBond/testsuite-molecules-rotate-around-bond.at (modified) Added test in RotateAroundBondAction whether given bond is cyclic. ... Tue, 20 Jun 2017 19:58:36 GMT Frederik Heber [788dce] * doc/userguide/userguide.xml (modified) * src/Actions/GlobalListOfActions.hpp (modified) * src/Actions/Makefile.am (modified) * src/Actions/MoleculeAction/RotateAroundBondAction.cpp (added) * src/Actions/MoleculeAction/RotateAroundBondAction.def (added) * src/Actions/MoleculeAction/RotateAroundBondAction.hpp (added) * tests/Python/AllActions/options.dat (modified) * tests/regression/Makefile.am (modified) * tests/regression/Molecules/RotateAroundBond/post/test-195-true.pdb (added) * tests/regression/Molecules/RotateAroundBond/post/test-90-true.pdb (added) * tests/regression/Molecules/RotateAroundBond/post/test-95-false.pdb (added) * tests/regression/Molecules/RotateAroundBond/pre/test.pdb (added) * tests/regression/Molecules/RotateAroundBond/testsuite-molecules-rotate-around-bond.at (added) * tests/regression/Molecules/testsuite-molecules.at (modified) Added RotateAroundBondAction. - TESTS: added regression test. - ...