# # ChangeLog for tests/regression/Molecules/RotateAroundBond # # Generated by Trac 1.4.4 # Mar 21, 2025, 2:11:05 PM Tue, 20 Jun 2017 19:58:37 GMT Frederik Heber <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 <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. - ...