# # ChangeLog for src/Actions/BondAction/BondRemoveAction.hpp # # Generated by Trac 1.4.4 # Dec 29, 2024, 6:54:28 PM Fri, 14 Dec 2012 14:30:23 GMT Frederik Heber [f63e41] * src/Actions/BondAction/BondAddAction.cpp (added) * src/Actions/BondAction/BondAddAction.def (added) * src/Actions/BondAction/BondAddAction.hpp (added) * src/Actions/BondAction/BondRemoveAction.cpp (added) * src/Actions/BondAction/BondRemoveAction.def (added) * src/Actions/BondAction/BondRemoveAction.hpp (added) * src/Actions/GlobalListOfActions.hpp (modified) * src/Actions/Makefile.am (modified) * src/Atom/atom_bondedparticle.cpp (modified) * src/Atom/atom_bondedparticle.hpp (modified) * src/Atom/atom_bondedparticleinfo.hpp (modified) * src/UIElements/CommandLineUI/CommandLineParser.cpp (modified) * src/UIElements/CommandLineUI/CommandLineParser.hpp (modified) * src/UIElements/Menu/MenuDescription.cpp (modified) * tests/regression/Bond/Add/post/test.pdb (added) * tests/regression/Bond/Add/pre/test.pdb (added) * tests/regression/Bond/Add/testsuite-bond-add.at (added) * tests/regression/Bond/Remove/post/test.pdb (added) * tests/regression/Bond/Remove/pre/test.pdb (added) * tests/regression/Bond/Remove/testsuite-bond-remove.at (added) * tests/regression/Bond/testsuite-bond.at (added) * tests/regression/Makefile.am (modified) * tests/regression/testsuite.at (modified) Added Actions to add and remove a bond in between two atoms. - ...