# # ChangeLog for / # # Generated by Trac 1.4.4 # Jan 10, 2025, 9:41:03 PM Tue, 18 Oct 2011 15:48:58 GMT Frederik Heber [9b6663] * src/Graph/BondGraph.cpp (modified) * src/Graph/BondGraph.hpp (modified) * src/Graph/unittests/BondGraphUnitTest.cpp (modified) * src/Graph/unittests/BondGraphUnitTest.hpp (modified) Added operator==() to BondGraph. - also added new unit test ... Tue, 18 Oct 2011 15:48:57 GMT Frederik Heber [2d5fee] * src/Fragmentation/unittests/KeySetsContainerUnitTest.cpp (modified) * src/Fragmentation/unittests/MatrixContainerUnitTest.cpp (modified) Added unit test functions SerializationTest for KeySetsContainer and ... Tue, 18 Oct 2011 15:42:54 GMT Frederik Heber [942906] * configure.ac (modified) * src/Fragmentation/KeySetsContainer.hpp (modified) * src/Fragmentation/MatrixContainer.hpp (modified) Added serialize() template functions to MatrixContainer and ... Tue, 18 Oct 2011 08:07:56 GMT Frederik Heber [1b145f] * src/Fragmentation/KeySetsContainer.cpp (modified) * src/Fragmentation/KeySetsContainer.hpp (modified) * src/Fragmentation/MatrixContainer.cpp (modified) * src/Fragmentation/MatrixContainer.hpp (modified) * src/Fragmentation/unittests/KeySetsContainerUnitTest.cpp (modified) * src/Fragmentation/unittests/KeySetsContainerUnitTest.hpp (modified) * src/Fragmentation/unittests/Makefile.am (modified) * src/Fragmentation/unittests/MatrixContainerUnitTest.cpp (modified) * src/Fragmentation/unittests/MatrixContainerUnitTest.hpp (modified) Added operator==() to KeySetsContainer and MatrixContainer. - also ... Tue, 18 Oct 2011 08:07:37 GMT Frederik Heber [9758f7] * src/Fragmentation/EnergyMatrix.cpp (modified) * src/Fragmentation/ForceMatrix.cpp (modified) * src/Fragmentation/HessianMatrix.cpp (modified) * src/Fragmentation/KeySetsContainer.cpp (modified) * src/Fragmentation/KeySetsContainer.hpp (modified) * src/Fragmentation/MatrixContainer.cpp (modified) * src/Fragmentation/MatrixContainer.hpp (modified) Removed C arrays in KeySetsContainer and MatrixContainer. - ... Mon, 17 Oct 2011 20:17:51 GMT Frederik Heber [a9b86d] * src/Dynamics/LinearInterpolationBetweenSteps.hpp (modified) * src/Dynamics/MinimiseConstrainedPotential.cpp (modified) * src/Dynamics/VerletForceIntegration.hpp (modified) * src/Fragmentation/EnergyMatrix.cpp (added) * src/Fragmentation/EnergyMatrix.hpp (added) * src/Fragmentation/ForceMatrix.cpp (added) * src/Fragmentation/ForceMatrix.hpp (added) * src/Fragmentation/HessianMatrix.cpp (added) * src/Fragmentation/HessianMatrix.hpp (added) * src/Fragmentation/KeySetsContainer.cpp (added) * src/Fragmentation/KeySetsContainer.hpp (added) * src/Fragmentation/Makefile.am (added) * src/Fragmentation/MatrixContainer.cpp (added) * src/Fragmentation/MatrixContainer.hpp (added) * src/Fragmentation/analyzer.cpp (modified) * src/Fragmentation/datacreator.cpp (modified) * src/Fragmentation/defs.hpp (added) * src/Fragmentation/helpers.cpp (added) * src/Fragmentation/helpers.hpp (added) * src/Fragmentation/joiner.cpp (modified) * src/Fragmentation/parser.cpp (deleted) * src/Fragmentation/parser.hpp (deleted) * src/Graph/BondGraph.cpp (modified) * src/Makefile.am (modified) * src/UIElements/Makefile.am (modified) * src/atom.cpp (modified) * src/atom_atominfo.cpp (modified) Split up modules parser.[ch]pp into one module per class. - fixed ... Mon, 17 Oct 2011 16:18:56 GMT Frederik Heber [5f61dde] * src/Fragmentation/parser.cpp (modified) * src/Fragmentation/parser.hpp (modified) Removed usage of namespace std in module parser.[ch]pp. Mon, 17 Oct 2011 16:18:56 GMT Frederik Heber [3613a2] * src/Element/periodentafel.cpp (modified) FIX: periodentafel::LoadPeriodentafel() did not load color db from path. Mon, 17 Oct 2011 16:18:55 GMT Frederik Heber [4ae823] * src/Element/periodentafel.cpp (modified) * src/Element/periodentafel.hpp (modified) * src/Element/unittests/PeriodentafelUnitTest.cpp (modified) * src/World.cpp (modified) periodentafel may or may not Load internal databases in its cstor. ... Mon, 17 Oct 2011 16:18:55 GMT Frederik Heber [9d4ff35] * src/RandomNumbers/unittests/Makefile.am (modified) * src/unittests/Makefile.am (modified) Reduced library dependencies of RandomNumbers and BoxUnitTest. Mon, 17 Oct 2011 16:18:55 GMT Frederik Heber [592be9] * src/Element/unittests/ElementUnitTest.cpp (moved) * src/Element/unittests/ElementUnitTest.hpp (moved) * src/Element/unittests/Makefile.am (added) * src/Element/unittests/PeriodentafelUnitTest.cpp (moved) * src/Element/unittests/PeriodentafelUnitTest.hpp (moved) * src/unittests/Makefile.am (modified) Moved unitests on Element... into subfolder src/Element/unittests. ... Mon, 17 Oct 2011 16:18:54 GMT Frederik Heber [3bdb6d] * src/Actions/AnalysisAction/DipoleAngularCorrelationAction.cpp (modified) * src/Actions/AnalysisAction/PairCorrelationAction.cpp (modified) * src/Actions/AnalysisAction/PointCorrelationAction.cpp (modified) * src/Actions/AnalysisAction/PrincipalAxisSystemAction.cpp (modified) * src/Actions/AnalysisAction/SurfaceCorrelationAction.cpp (modified) * src/Actions/AtomAction/AddAction.cpp (modified) * src/Actions/AtomAction/ChangeElementAction.cpp (modified) * src/Actions/CommandAction/ElementDbAction.cpp (modified) * src/Actions/MoleculeAction/RotateToPrincipalAxisSystemAction.cpp (modified) * src/Actions/SelectionAction/Atoms/AtomByElementAction.cpp (modified) * src/Actions/SelectionAction/Atoms/NotAtomByElementAction.cpp (modified) * src/Actions/ValueStorage.cpp (modified) * src/Analysis/analysis_bonds.cpp (modified) * src/Analysis/analysis_correlation.cpp (modified) * src/Analysis/unittests/AnalysisBondsUnitTest.cpp (modified) * src/Analysis/unittests/AnalysisCorrelationToPointUnitTest.cpp (modified) * src/Analysis/unittests/AnalysisCorrelationToSurfaceUnitTest.cpp (modified) * src/Analysis/unittests/AnalysisPairCorrelationUnitTest.cpp (modified) * src/Analysis/unittests/CountBondsUnitTest.cpp (modified) * src/AtomicInfo.cpp (modified) * src/Bond/bond.cpp (modified) * src/Descriptors/AtomTypeDescriptor.cpp (modified) * src/Dynamics/MinimiseConstrainedPotential.cpp (modified) * src/Element/Hbondangle.db (moved) * src/Element/Hbonddistance.db (moved) * src/Element/Makefile.am (added) * src/Element/element.cpp (moved) * src/Element/element.hpp (moved) * src/Element/elements.db (moved) * src/Element/elements_db.cpp (moved) * src/Element/elements_db.hpp (moved) * src/Element/orbitals.db (moved) * src/Element/periodentafel.cpp (moved) * src/Element/periodentafel.hpp (moved) * src/Element/valence.db (moved) * src/Formula.cpp (modified) * src/Fragmentation/analyzer.cpp (modified) * src/Fragmentation/joiner.cpp (modified) * src/Graph/BondGraph.cpp (modified) * src/Graph/BondGraph.hpp (modified) * src/Graph/CyclicStructureAnalysis.cpp (modified) * src/Graph/unittests/BondGraphUnitTest.cpp (modified) * src/Makefile.am (modified) * src/Parser/MpqcParser.cpp (modified) * src/Parser/PcpParser.cpp (modified) * src/Parser/PdbParser.cpp (modified) * src/Parser/TremoloParser.cpp (modified) * src/Parser/XyzParser.cpp (modified) * src/Parser/unittests/ParserMpqcUnitTest.cpp (modified) * src/Parser/unittests/ParserPcpUnitTest.cpp (modified) * src/Parser/unittests/ParserPdbUnitTest.cpp (modified) * src/Parser/unittests/ParserTremoloUnitTest.cpp (modified) * src/Parser/unittests/ParserXyzUnitTest.cpp (modified) * src/Tesselation/boundary.cpp (modified) * src/Thermostats/Berendsen.cpp (modified) * src/Thermostats/GaussianThermostat.cpp (modified) * src/Thermostats/Langevin.cpp (modified) * src/Thermostats/NoseHoover.cpp (modified) * src/Thermostats/Woodcock.cpp (modified) * src/UIElements/CommandLineUI/Query/ElementCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/ElementsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/TypeEnumContainer.cpp (modified) * src/UIElements/Makefile.am (modified) * src/UIElements/Qt4/Pipe/ElementQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/ElementsQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Query/ElementQtQuery.cpp (modified) * src/UIElements/Qt4/Query/ElementsQtQuery.cpp (modified) * src/UIElements/TextUI/Query/ElementTextQuery.cpp (modified) * src/UIElements/TextUI/Query/ElementsTextQuery.cpp (modified) * src/UIElements/TextUI/TextWindow.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_bond.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldView.cpp (modified) * src/World.cpp (modified) * src/atom.cpp (modified) * src/atom_atominfo.cpp (modified) * src/atom_bondedparticle.cpp (modified) * src/builder_init.cpp (modified) * src/config.cpp (modified) * src/molecule.cpp (modified) * src/molecule_fragmentation.cpp (modified) * src/molecule_geometry.cpp (modified) * src/molecule_graph.cpp (modified) * src/moleculelist.cpp (modified) * src/unittests/ElementUnitTest.cpp (modified) * src/unittests/LinkedCellUnitTest.cpp (modified) * src/unittests/ListOfBondsUnitTest.cpp (modified) * src/unittests/Makefile.am (modified) * src/unittests/PeriodentafelUnitTest.cpp (modified) Moved all stuff related to elements into own subfolder and has its ... Mon, 17 Oct 2011 16:18:54 GMT Frederik Heber [2fadb6f] * src/Helpers/Makefile.am (added) * src/Makefile.am (modified) * src/UIElements/Makefile.am (modified) Helpers now reside in own convenience library. - this allows for ... Mon, 17 Oct 2011 16:18:54 GMT Frederik Heber [dd9d69] * src/Helpers/defs.hpp (modified) * src/Helpers/helpers.hpp (modified) Prefixed double inclusion-preventing defines in header files in ... Mon, 17 Oct 2011 16:18:42 GMT Frederik Heber [9b5a2c] * src/Actions/AnalysisAction/DipoleAngularCorrelationAction.cpp (modified) * src/Actions/AnalysisAction/PairCorrelationAction.cpp (modified) * src/Actions/AnalysisAction/PointCorrelationAction.cpp (modified) * src/Actions/AnalysisAction/SurfaceCorrelationAction.cpp (modified) * src/Analysis/Makefile.am (added) * src/Analysis/analysis_bonds.cpp (moved) * src/Analysis/analysis_bonds.hpp (moved) * src/Analysis/analysis_correlation.cpp (moved) * src/Analysis/analysis_correlation.hpp (moved) * src/Analysis/unittests/AnalysisBondsUnitTest.cpp (moved) * src/Analysis/unittests/AnalysisBondsUnitTest.hpp (moved) * src/Analysis/unittests/AnalysisCorrelationToPointUnitTest.cpp (moved) * src/Analysis/unittests/AnalysisCorrelationToPointUnitTest.hpp (moved) * src/Analysis/unittests/AnalysisCorrelationToSurfaceUnitTest.cpp (moved) * src/Analysis/unittests/AnalysisCorrelationToSurfaceUnitTest.hpp (moved) * src/Analysis/unittests/AnalysisPairCorrelationUnitTest.cpp (moved) * src/Analysis/unittests/AnalysisPairCorrelationUnitTest.hpp (moved) * src/Analysis/unittests/CountBondsUnitTest.cpp (moved) * src/Analysis/unittests/CountBondsUnitTest.hpp (moved) * src/Analysis/unittests/Makefile.am (added) * src/Makefile.am (modified) * src/UIElements/Makefile.am (modified) * src/unittests/Makefile.am (modified) Moved analysis modules into subfolder Analysis along with its unit ... Fri, 14 Oct 2011 14:08:41 GMT Frederik Heber [629e43] * src/Graph/unittests/BondGraphUnitTest.cpp (moved) * src/Graph/unittests/BondGraphUnitTest.hpp (moved) * src/Graph/unittests/Makefile.am (added) * src/unittests/Makefile.am (modified) Moved unitests on BondGraph into subfolder src/Graph/unittests. - ... Thu, 13 Oct 2011 19:00:47 GMT Frederik Heber [0b004b] * src/Tesselation/unittests/Makefile.am (added) * src/Tesselation/unittests/TesselationUnitTest.cpp (moved) * src/Tesselation/unittests/TesselationUnitTest.hpp (moved) * src/Tesselation/unittests/Tesselation_BoundaryTriangleUnitTest.cpp (moved) * src/Tesselation/unittests/Tesselation_BoundaryTriangleUnitTest.hpp (moved) * src/Tesselation/unittests/Tesselation_InsideOutsideUnitTest.cpp (moved) * src/Tesselation/unittests/Tesselation_InsideOutsideUnitTest.hpp (moved) * src/unittests/Makefile.am (modified) Moved all unittests on Tesselation into subfolder ... Thu, 13 Oct 2011 19:00:47 GMT Frederik Heber [d127c8] * src/Actions/AnalysisAction/DipoleAngularCorrelationAction.cpp (modified) * src/Actions/AnalysisAction/MolecularVolumeAction.cpp (modified) * src/Actions/AnalysisAction/PairCorrelationAction.cpp (modified) * src/Actions/AnalysisAction/PointCorrelationAction.cpp (modified) * src/Actions/AnalysisAction/SurfaceCorrelationAction.cpp (modified) * src/Actions/MoleculeAction/FillVoidWithMoleculeAction.cpp (modified) * src/Actions/MoleculeAction/FillWithMoleculeAction.cpp (modified) * src/Actions/MoleculeAction/SuspendInWaterAction.cpp (modified) * src/Actions/TesselationAction/ConvexEnvelopeAction.cpp (modified) * src/Actions/TesselationAction/NonConvexEnvelopeAction.cpp (modified) * src/Makefile.am (modified) * src/PointCloudAdaptor.hpp (modified) * src/Tesselation/BoundaryLineSet.cpp (moved) * src/Tesselation/BoundaryLineSet.hpp (moved) * src/Tesselation/BoundaryMaps.hpp (moved) * src/Tesselation/BoundaryPointSet.cpp (moved) * src/Tesselation/BoundaryPointSet.hpp (moved) * src/Tesselation/BoundaryPolygonSet.cpp (moved) * src/Tesselation/BoundaryPolygonSet.hpp (moved) * src/Tesselation/BoundaryTriangleSet.cpp (moved) * src/Tesselation/BoundaryTriangleSet.hpp (moved) * src/Tesselation/CandidateForTesselation.cpp (moved) * src/Tesselation/CandidateForTesselation.hpp (moved) * src/Tesselation/TesselPoint.cpp (moved) * src/Tesselation/TesselPoint.hpp (moved) * src/Tesselation/boundary.cpp (moved) * src/Tesselation/boundary.hpp (moved) * src/Tesselation/ellipsoid.cpp (moved) * src/Tesselation/ellipsoid.hpp (moved) * src/Tesselation/tesselation.cpp (moved) * src/Tesselation/tesselation.hpp (moved) * src/Tesselation/tesselationhelpers.cpp (moved) * src/Tesselation/tesselationhelpers.hpp (moved) * src/Tesselation/triangleintersectionlist.cpp (moved) * src/Tesselation/triangleintersectionlist.hpp (moved) * src/analysis_correlation.cpp (modified) * src/atom.hpp (modified) * src/builder_init.cpp (modified) * src/linkedcell.cpp (modified) * src/molecule.cpp (modified) * src/moleculelist.cpp (modified) * src/unittests/AnalysisCorrelationToSurfaceUnitTest.cpp (modified) * src/unittests/AnalysisPairCorrelationUnitTest.cpp (modified) * src/unittests/TesselationUnitTest.cpp (modified) * src/unittests/TesselationUnitTest.hpp (modified) * src/unittests/Tesselation_BoundaryTriangleUnitTest.cpp (modified) * src/unittests/Tesselation_BoundaryTriangleUnitTest.hpp (modified) * src/unittests/Tesselation_InsideOutsideUnitTest.cpp (modified) * src/unittests/Tesselation_InsideOutsideUnitTest.hpp (modified) Moved modules related to Tesselation into own source subfolder. - ... Thu, 13 Oct 2011 19:00:47 GMT Frederik Heber [feb7df] * src/Fragmentation/unittests/KeySetsContainerUnitTest.cpp (added) * src/Fragmentation/unittests/KeySetsContainerUnitTest.hpp (added) * src/Fragmentation/unittests/Makefile.am (added) * src/Fragmentation/unittests/MatrixContainerUnitTest.cpp (added) * src/Fragmentation/unittests/MatrixContainerUnitTest.hpp (added) * src/unittests/Makefile.am (modified) Added unittests to Fragmentation subfolder. - added empty tests for ... Thu, 13 Oct 2011 19:00:47 GMT Frederik Heber [bc28b0] * src/Dynamics/LinearInterpolationBetweenSteps.hpp (modified) * src/Dynamics/MinimiseConstrainedPotential.cpp (modified) * src/Dynamics/VerletForceIntegration.hpp (modified) * src/Fragmentation/analyzer.cpp (moved) * src/Fragmentation/datacreator.cpp (moved) * src/Fragmentation/datacreator.hpp (moved) * src/Fragmentation/joiner.cpp (moved) * src/Fragmentation/parser.cpp (moved) * src/Fragmentation/parser.hpp (moved) * src/Graph/BondGraph.cpp (modified) * src/Makefile.am (modified) * src/atom.cpp (modified) * src/atom_atominfo.cpp (modified) Moved modules associated with fragmentation into source subfolder ... Thu, 13 Oct 2011 19:00:40 GMT Frederik Heber [878044] * configure.ac (modified) * tests/Fragmentations/Analyzing/heptan/post/plots/DeltaEnergies-Order.dat (added) * tests/Fragmentations/Analyzing/heptan/post/plots/DeltaEnergies-Order.pyx (added) * tests/Fragmentations/Analyzing/heptan/post/plots/DeltaForces-Order.dat (added) * tests/Fragmentations/Analyzing/heptan/post/plots/DeltaMaxForces-Order.dat (added) * tests/Fragmentations/Analyzing/heptan/post/plots/DeltaMaxForces-Order.pyx (added) * tests/Fragmentations/Analyzing/heptan/post/plots/DeltaMeanForces-Order.dat (added) * tests/Fragmentations/Analyzing/heptan/post/plots/DeltaMeanForces-Order.pyx (added) * tests/Fragmentations/Analyzing/heptan/post/plots/DeltaMinForces-Order.dat (added) * tests/Fragmentations/Analyzing/heptan/post/plots/DeltaMinForces-Order.pyx (added) * tests/Fragmentations/Analyzing/heptan/post/plots/DeltaMinMeanMaxTotalForce-Order.pyx (added) * tests/Fragmentations/Analyzing/heptan/post/plots/DeltaSimTime-Order.dat (added) * tests/Fragmentations/Analyzing/heptan/post/plots/Energies-Fragment.dat (added) * tests/Fragmentations/Analyzing/heptan/post/plots/Energies-Fragment.pyx (added) * tests/Fragmentations/Analyzing/heptan/post/plots/Energies-FragmentOrder.dat (added) * tests/Fragmentations/Analyzing/heptan/post/plots/Energies-FragmentOrder.pyx (added) * tests/Fragmentations/Analyzing/heptan/post/plots/Energies-Order.dat (added) * tests/Fragmentations/Analyzing/heptan/post/plots/Energies-Order.pyx (added) * tests/Fragmentations/Analyzing/heptan/post/plots/Forces-Order.dat (added) * tests/Fragmentations/Analyzing/heptan/post/plots/Makefile (added) * tests/Fragmentations/Analyzing/heptan/post/plots/MaxEnergies-FragmentOrder.dat (added) * tests/Fragmentations/Analyzing/heptan/post/plots/MaxEnergies-FragmentOrder.pyx (added) * tests/Fragmentations/Analyzing/heptan/post/plots/MaxForces-Fragment.dat (added) * tests/Fragmentations/Analyzing/heptan/post/plots/MaxForces-Fragment.pyx (added) * tests/Fragmentations/Analyzing/heptan/post/plots/MaxForces-FragmentOrder.dat (added) * tests/Fragmentations/Analyzing/heptan/post/plots/MaxForces-FragmentOrder.pyx (added) * tests/Fragmentations/Analyzing/heptan/post/plots/MaxForces-Order.dat (added) * tests/Fragmentations/Analyzing/heptan/post/plots/MaxForces-Order.pyx (added) * tests/Fragmentations/Analyzing/heptan/post/plots/MeanForces-Fragment.dat (added) * tests/Fragmentations/Analyzing/heptan/post/plots/MeanForces-Fragment.pyx (added) * tests/Fragmentations/Analyzing/heptan/post/plots/MeanForces-FragmentOrder.dat (added) * tests/Fragmentations/Analyzing/heptan/post/plots/MeanForces-FragmentOrder.pyx (added) * tests/Fragmentations/Analyzing/heptan/post/plots/MeanForces-Order.dat (added) * tests/Fragmentations/Analyzing/heptan/post/plots/MeanForces-Order.pyx (added) * tests/Fragmentations/Analyzing/heptan/post/plots/MinEnergies-FragmentOrder.dat (added) * tests/Fragmentations/Analyzing/heptan/post/plots/MinEnergies-FragmentOrder.pyx (added) * tests/Fragmentations/Analyzing/heptan/post/plots/MinForces-Fragment.dat (added) * tests/Fragmentations/Analyzing/heptan/post/plots/MinForces-Fragment.pyx (added) * tests/Fragmentations/Analyzing/heptan/post/plots/MinForces-FragmentOrder.dat (added) * tests/Fragmentations/Analyzing/heptan/post/plots/MinForces-FragmentOrder.pyx (added) * tests/Fragmentations/Analyzing/heptan/post/plots/MinForces-Order.dat (added) * tests/Fragmentations/Analyzing/heptan/post/plots/MinForces-Order.pyx (added) * tests/Fragmentations/Analyzing/heptan/post/plots/MinMeanMaxTotalForce-Order.pyx (added) * tests/Fragmentations/Analyzing/heptan/post/plots/SimTime-Order.dat (added) * tests/Fragmentations/Analyzing/heptan/post/plots/SimTime-Order.pyx (added) * tests/Fragmentations/Analyzing/heptan/post/plots/VectorSum-Order.dat (added) * tests/Fragmentations/Analyzing/heptan/post/plots/VectorSum-Order.pyx (added) * tests/Fragmentations/Analyzing/heptan/post/plots/energy-forces.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment00/pcp.energy.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment00/pcp.energyfragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment00/pcp.forcefragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment00/pcp.forces.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment00/pcp.speed (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment01/pcp.energy.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment01/pcp.energyfragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment01/pcp.forcefragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment01/pcp.forces.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment01/pcp.speed (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment02/pcp.energy.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment02/pcp.energyfragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment02/pcp.forcefragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment02/pcp.forces.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment02/pcp.speed (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment03/pcp.energy.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment03/pcp.energyfragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment03/pcp.forcefragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment03/pcp.forces.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment03/pcp.speed (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment04/pcp.energy.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment04/pcp.energyfragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment04/pcp.forcefragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment04/pcp.forces.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment04/pcp.speed (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment05/pcp.energy.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment05/pcp.energyfragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment05/pcp.forcefragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment05/pcp.forces.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment05/pcp.speed (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment06/pcp.energy.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment06/pcp.energyfragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment06/pcp.forcefragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment06/pcp.forces.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment06/pcp.speed (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment07/pcp.energy.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment07/pcp.energyfragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment07/pcp.forcefragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment07/pcp.forces.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment07/pcp.speed (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment08/pcp.energy.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment08/pcp.energyfragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment08/pcp.forcefragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment08/pcp.forces.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment08/pcp.speed (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment09/pcp.energy.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment09/pcp.energyfragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment09/pcp.forcefragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment09/pcp.forces.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment09/pcp.speed (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment10/pcp.energy.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment10/pcp.energyfragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment10/pcp.forcefragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment10/pcp.forces.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment10/pcp.speed (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment11/pcp.energy.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment11/pcp.energyfragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment11/pcp.forcefragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment11/pcp.forces.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment11/pcp.speed (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment12/pcp.energy.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment12/pcp.energyfragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment12/pcp.forcefragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment12/pcp.forces.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment12/pcp.speed (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment13/pcp.energy.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment13/pcp.energyfragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment13/pcp.forcefragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment13/pcp.forces.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment13/pcp.speed (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment14/pcp.energy.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment14/pcp.energyfragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment14/pcp.forcefragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment14/pcp.forces.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment14/pcp.speed (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment15/pcp.energy.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment15/pcp.energyfragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment15/pcp.forcefragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment15/pcp.forces.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment15/pcp.speed (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment16/pcp.energy.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment16/pcp.energyfragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment16/pcp.forcefragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment16/pcp.forces.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment16/pcp.speed (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment17/pcp.energy.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment17/pcp.energyfragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment17/pcp.forcefragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment17/pcp.forces.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment17/pcp.speed (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment18/pcp.energy.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment18/pcp.energyfragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment18/pcp.forcefragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment18/pcp.forces.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment18/pcp.speed (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment19/pcp.energy.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment19/pcp.energyfragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment19/pcp.forcefragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment19/pcp.forces.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment19/pcp.speed (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment20/pcp.energy.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment20/pcp.energyfragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment20/pcp.forcefragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment20/pcp.forces.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment20/pcp.speed (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment21/pcp.energy.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment21/pcp.energyfragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment21/pcp.forcefragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment21/pcp.forces.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragment21/pcp.speed (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragmentForces-Factors.dat (moved) * tests/Fragmentations/Analyzing/heptan/pre/BondFragmentKeySets.dat (moved) * tests/Fragmentations/Analyzing/heptan/pre/pcp.Order1.energy.all (added) * tests/Fragmentations/Analyzing/heptan/pre/pcp.Order1.forces.all (added) * tests/Fragmentations/Analyzing/heptan/pre/pcp.Order2.energy.all (added) * tests/Fragmentations/Analyzing/heptan/pre/pcp.Order2.forces.all (added) * tests/Fragmentations/Analyzing/heptan/pre/pcp.Order3.energy.all (added) * tests/Fragmentations/Analyzing/heptan/pre/pcp.Order3.forces.all (added) * tests/Fragmentations/Analyzing/heptan/pre/pcp.Order4.energy.all (added) * tests/Fragmentations/Analyzing/heptan/pre/pcp.Order4.forces.all (added) * tests/Fragmentations/Analyzing/heptan/pre/pcp.energy.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/pcp.energyfragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/pcp.forcefragment.all (added) * tests/Fragmentations/Analyzing/heptan/pre/pcp.forces.all (moved) * tests/Fragmentations/Analyzing/heptan/pre/pcp.speed (moved) * tests/Fragmentations/Analyzing/heptan/testsuite-analyzing-heptan.at (added) * tests/Fragmentations/Fragmenting/1_2-dimethoxyethane/pre/1_2-dimethoxyethane.xyz (moved) * tests/Fragmentations/Fragmenting/1_2-dimethoxyethane/testsuite-fragmenting-1_2-dimethoxyethane-order1.at (moved) * tests/Fragmentations/Fragmenting/1_2-dimethoxyethane/testsuite-fragmenting-1_2-dimethoxyethane-order2.at (moved) * tests/Fragmentations/Fragmenting/1_2-dimethoxyethane/testsuite-fragmenting-1_2-dimethoxyethane-order3.at (moved) * tests/Fragmentations/Fragmenting/1_2-dimethoxyethane/testsuite-fragmenting-1_2-dimethoxyethane-order4.at (moved) * tests/Fragmentations/Fragmenting/1_2-dimethylbenzene/pre/1_2-dimethylbenzene.xyz (moved) * tests/Fragmentations/Fragmenting/1_2-dimethylbenzene/testsuite-fragmenting-1_2-dimethylbenzene-order1.at (moved) * tests/Fragmentations/Fragmenting/1_2-dimethylbenzene/testsuite-fragmenting-1_2-dimethylbenzene-order2.at (moved) * tests/Fragmentations/Fragmenting/1_2-dimethylbenzene/testsuite-fragmenting-1_2-dimethylbenzene-order3.at (moved) * tests/Fragmentations/Fragmenting/1_2-dimethylbenzene/testsuite-fragmenting-1_2-dimethylbenzene-order4.at (moved) * tests/Fragmentations/Fragmenting/2-methylcyclohexanone/pre/2-methylcyclohexanone.xyz (moved) * tests/Fragmentations/Fragmenting/2-methylcyclohexanone/testsuite-fragmenting-2-methylcyclohexanone-order1.at (moved) * tests/Fragmentations/Fragmenting/2-methylcyclohexanone/testsuite-fragmenting-2-methylcyclohexanone-order2.at (moved) * tests/Fragmentations/Fragmenting/2-methylcyclohexanone/testsuite-fragmenting-2-methylcyclohexanone-order3.at (moved) * tests/Fragmentations/Fragmenting/2-methylcyclohexanone/testsuite-fragmenting-2-methylcyclohexanone-order4.at (moved) * tests/Fragmentations/Fragmenting/2-methylcyclohexanone/testsuite-fragmenting-2-methylcyclohexanone-order5.at (moved) * tests/Fragmentations/Fragmenting/2-methylcyclohexanone/testsuite-fragmenting-2-methylcyclohexanone-order6.at (moved) * tests/Fragmentations/Fragmenting/N_N-dimethylacetamide/pre/N_N-dimethylacetamide.xyz (moved) * tests/Fragmentations/Fragmenting/N_N-dimethylacetamide/testsuite-fragmenting-N_N-dimethylacetamide-order1.at (moved) * tests/Fragmentations/Fragmenting/N_N-dimethylacetamide/testsuite-fragmenting-N_N-dimethylacetamide-order2.at (moved) * tests/Fragmentations/Fragmenting/N_N-dimethylacetamide/testsuite-fragmenting-N_N-dimethylacetamide-order3.at (moved) * tests/Fragmentations/Fragmenting/N_N-dimethylacetamide/testsuite-fragmenting-N_N-dimethylacetamide-order4.at (moved) * tests/Fragmentations/Fragmenting/N_N-dimethylacetamide/testsuite-fragmenting-N_N-dimethylacetamide-order5.at (moved) * tests/Fragmentations/Fragmenting/N_N-dimethylacetamide/testsuite-fragmenting-N_N-dimethylacetamide-order6.at (moved) * tests/Fragmentations/Fragmenting/benzene/pre/benzene.xyz (moved) * tests/Fragmentations/Fragmenting/benzene/testsuite-fragmenting-benzene-order1.at (moved) * tests/Fragmentations/Fragmenting/benzene/testsuite-fragmenting-benzene-order2.at (moved) * tests/Fragmentations/Fragmenting/benzene/testsuite-fragmenting-benzene-order3.at (moved) * tests/Fragmentations/Fragmenting/benzene/testsuite-fragmenting-benzene-order4.at (moved) * tests/Fragmentations/Fragmenting/benzene/testsuite-fragmenting-benzene-order5.at (moved) * tests/Fragmentations/Fragmenting/benzene/testsuite-fragmenting-benzene-order6.at (moved) * tests/Fragmentations/Fragmenting/cholesterol/pre/cholesterol.xyz (moved) * tests/Fragmentations/Fragmenting/cholesterol/testsuite-fragmenting-cholesterol-order1.at (moved) * tests/Fragmentations/Fragmenting/cholesterol/testsuite-fragmenting-cholesterol-order2.at (moved) * tests/Fragmentations/Fragmenting/cholesterol/testsuite-fragmenting-cholesterol-order3.at (moved) * tests/Fragmentations/Fragmenting/cholesterol/testsuite-fragmenting-cholesterol-order4.at (moved) * tests/Fragmentations/Fragmenting/cholesterol/testsuite-fragmenting-cholesterol-order5.at (moved) * tests/Fragmentations/Fragmenting/cholesterol/testsuite-fragmenting-cholesterol-order6.at (moved) * tests/Fragmentations/Fragmenting/cycloheptane/pre/cycloheptane.xyz (moved) * tests/Fragmentations/Fragmenting/cycloheptane/testsuite-fragmenting-cycloheptane-order1.at (moved) * tests/Fragmentations/Fragmenting/cycloheptane/testsuite-fragmenting-cycloheptane-order2.at (moved) * tests/Fragmentations/Fragmenting/cycloheptane/testsuite-fragmenting-cycloheptane-order3.at (moved) * tests/Fragmentations/Fragmenting/cycloheptane/testsuite-fragmenting-cycloheptane-order4.at (moved) * tests/Fragmentations/Fragmenting/cycloheptane/testsuite-fragmenting-cycloheptane-order5.at (moved) * tests/Fragmentations/Fragmenting/cycloheptane/testsuite-fragmenting-cycloheptane-order6.at (moved) * tests/Fragmentations/Fragmenting/dimethyl_bromomalonate/pre/dimethyl_bromomalonate.xyz (moved) * tests/Fragmentations/Fragmenting/dimethyl_bromomalonate/testsuite-fragmenting-dimethyl_bromomalonate-order1.at (moved) * tests/Fragmentations/Fragmenting/dimethyl_bromomalonate/testsuite-fragmenting-dimethyl_bromomalonate-order2.at (moved) * tests/Fragmentations/Fragmenting/dimethyl_bromomalonate/testsuite-fragmenting-dimethyl_bromomalonate-order3.at (moved) * tests/Fragmentations/Fragmenting/dimethyl_bromomalonate/testsuite-fragmenting-dimethyl_bromomalonate-order4.at (moved) * tests/Fragmentations/Fragmenting/dimethyl_bromomalonate/testsuite-fragmenting-dimethyl_bromomalonate-order5.at (moved) * tests/Fragmentations/Fragmenting/dimethyl_bromomalonate/testsuite-fragmenting-dimethyl_bromomalonate-order6.at (moved) * tests/Fragmentations/Fragmenting/glucose/pre/glucose.xyz (moved) * tests/Fragmentations/Fragmenting/glucose/testsuite-fragmenting-glucose-order1.at (moved) * tests/Fragmentations/Fragmenting/glucose/testsuite-fragmenting-glucose-order2.at (moved) * tests/Fragmentations/Fragmenting/glucose/testsuite-fragmenting-glucose-order3.at (moved) * tests/Fragmentations/Fragmenting/glucose/testsuite-fragmenting-glucose-order4.at (moved) * tests/Fragmentations/Fragmenting/glucose/testsuite-fragmenting-glucose-order5.at (moved) * tests/Fragmentations/Fragmenting/glucose/testsuite-fragmenting-glucose-order6.at (moved) * tests/Fragmentations/Fragmenting/heptan/pre/heptan.xyz (moved) * tests/Fragmentations/Fragmenting/heptan/testsuite-fragmenting-heptan-order1.at (moved) * tests/Fragmentations/Fragmenting/heptan/testsuite-fragmenting-heptan-order2.at (moved) * tests/Fragmentations/Fragmenting/heptan/testsuite-fragmenting-heptan-order3.at (moved) * tests/Fragmentations/Fragmenting/heptan/testsuite-fragmenting-heptan-order4.at (moved) * tests/Fragmentations/Fragmenting/heptan/testsuite-fragmenting-heptan-order5.at (moved) * tests/Fragmentations/Fragmenting/heptan/testsuite-fragmenting-heptan-order6.at (moved) * tests/Fragmentations/Fragmenting/isoleucine/pre/isoleucine.xyz (moved) * tests/Fragmentations/Fragmenting/isoleucine/testsuite-fragmenting-isoleucine-order1.at (moved) * tests/Fragmentations/Fragmenting/isoleucine/testsuite-fragmenting-isoleucine-order2.at (moved) * tests/Fragmentations/Fragmenting/isoleucine/testsuite-fragmenting-isoleucine-order3.at (moved) * tests/Fragmentations/Fragmenting/isoleucine/testsuite-fragmenting-isoleucine-order4.at (moved) * tests/Fragmentations/Fragmenting/isoleucine/testsuite-fragmenting-isoleucine-order5.at (moved) * tests/Fragmentations/Fragmenting/isoleucine/testsuite-fragmenting-isoleucine-order6.at (moved) * tests/Fragmentations/Fragmenting/neohexane/pre/neohexane.xyz (moved) * tests/Fragmentations/Fragmenting/neohexane/testsuite-fragmenting-neohexane-order1.at (moved) * tests/Fragmentations/Fragmenting/neohexane/testsuite-fragmenting-neohexane-order2.at (moved) * tests/Fragmentations/Fragmenting/neohexane/testsuite-fragmenting-neohexane-order3.at (moved) * tests/Fragmentations/Fragmenting/neohexane/testsuite-fragmenting-neohexane-order4.at (moved) * tests/Fragmentations/Fragmenting/neohexane/testsuite-fragmenting-neohexane-order5.at (moved) * tests/Fragmentations/Fragmenting/neohexane/testsuite-fragmenting-neohexane-order6.at (moved) * tests/Fragmentations/Fragmenting/proline/pre/proline.xyz (moved) * tests/Fragmentations/Fragmenting/proline/testsuite-fragmenting-proline-order1.at (moved) * tests/Fragmentations/Fragmenting/proline/testsuite-fragmenting-proline-order2.at (moved) * tests/Fragmentations/Fragmenting/proline/testsuite-fragmenting-proline-order3.at (moved) * tests/Fragmentations/Fragmenting/proline/testsuite-fragmenting-proline-order4.at (moved) * tests/Fragmentations/Fragmenting/proline/testsuite-fragmenting-proline-order5.at (moved) * tests/Fragmentations/Fragmenting/proline/testsuite-fragmenting-proline-order6.at (moved) * tests/Fragmentations/Fragmenting/putrescine/pre/putrescine.xyz (moved) * tests/Fragmentations/Fragmenting/putrescine/testsuite-fragmenting-putrescine-order1.at (moved) * tests/Fragmentations/Fragmenting/putrescine/testsuite-fragmenting-putrescine-order2.at (moved) * tests/Fragmentations/Fragmenting/putrescine/testsuite-fragmenting-putrescine-order3.at (moved) * tests/Fragmentations/Fragmenting/putrescine/testsuite-fragmenting-putrescine-order4.at (moved) * tests/Fragmentations/Fragmenting/putrescine/testsuite-fragmenting-putrescine-order5.at (moved) * tests/Fragmentations/Fragmenting/putrescine/testsuite-fragmenting-putrescine-order6.at (moved) * tests/Fragmentations/Fragmenting/tartaric_acid/pre/tartaric_acid.xyz (moved) * tests/Fragmentations/Fragmenting/tartaric_acid/testsuite-fragmenting-tartaric_acid-order1.at (moved) * tests/Fragmentations/Fragmenting/tartaric_acid/testsuite-fragmenting-tartaric_acid-order2.at (moved) * tests/Fragmentations/Fragmenting/tartaric_acid/testsuite-fragmenting-tartaric_acid-order3.at (moved) * tests/Fragmentations/Fragmenting/tartaric_acid/testsuite-fragmenting-tartaric_acid-order4.at (moved) * tests/Fragmentations/Fragmenting/tartaric_acid/testsuite-fragmenting-tartaric_acid-order5.at (moved) * tests/Fragmentations/Fragmenting/tartaric_acid/testsuite-fragmenting-tartaric_acid-order6.at (moved) * tests/Fragmentations/Joining/heptan/post/BondFragment00/pcp.energyfragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment00/pcp.forcefragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment01/pcp.energyfragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment01/pcp.forcefragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment02/pcp.energyfragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment02/pcp.forcefragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment03/pcp.energyfragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment03/pcp.forcefragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment04/pcp.energyfragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment04/pcp.forcefragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment05/pcp.energyfragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment05/pcp.forcefragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment06/pcp.energyfragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment06/pcp.forcefragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment07/pcp.energyfragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment07/pcp.forcefragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment08/pcp.energyfragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment08/pcp.forcefragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment09/pcp.energyfragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment09/pcp.forcefragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment10/pcp.energyfragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment10/pcp.forcefragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment11/pcp.energyfragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment11/pcp.forcefragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment12/pcp.energyfragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment12/pcp.forcefragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment13/pcp.energyfragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment13/pcp.forcefragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment14/pcp.energyfragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment14/pcp.forcefragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment15/pcp.energyfragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment15/pcp.forcefragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment16/pcp.energyfragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment16/pcp.forcefragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment17/pcp.energyfragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment17/pcp.forcefragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment18/pcp.energyfragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment18/pcp.forcefragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment19/pcp.energyfragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment19/pcp.forcefragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment20/pcp.energyfragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment20/pcp.forcefragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment21/pcp.energyfragment.all (added) * tests/Fragmentations/Joining/heptan/post/BondFragment21/pcp.forcefragment.all (added) * tests/Fragmentations/Joining/heptan/post/pcp.Order1.energy.all (added) * tests/Fragmentations/Joining/heptan/post/pcp.Order1.forces.all (added) * tests/Fragmentations/Joining/heptan/post/pcp.Order2.energy.all (added) * tests/Fragmentations/Joining/heptan/post/pcp.Order2.forces.all (added) * tests/Fragmentations/Joining/heptan/post/pcp.Order3.energy.all (added) * tests/Fragmentations/Joining/heptan/post/pcp.Order3.forces.all (added) * tests/Fragmentations/Joining/heptan/post/pcp.Order4.energy.all (added) * tests/Fragmentations/Joining/heptan/post/pcp.Order4.forces.all (added) * tests/Fragmentations/Joining/heptan/post/pcp.energyfragment.all (added) * tests/Fragmentations/Joining/heptan/post/pcp.forcefragment.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment00/pcp.energy.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment00/pcp.forces.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment00/pcp.speed (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment01/pcp.energy.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment01/pcp.forces.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment01/pcp.speed (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment02/pcp.energy.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment02/pcp.forces.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment02/pcp.speed (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment03/pcp.energy.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment03/pcp.forces.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment03/pcp.speed (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment04/pcp.energy.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment04/pcp.forces.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment04/pcp.speed (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment05/pcp.energy.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment05/pcp.forces.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment05/pcp.speed (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment06/pcp.energy.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment06/pcp.forces.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment06/pcp.speed (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment07/pcp.energy.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment07/pcp.forces.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment07/pcp.speed (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment08/pcp.energy.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment08/pcp.forces.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment08/pcp.speed (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment09/pcp.energy.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment09/pcp.forces.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment09/pcp.speed (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment10/pcp.energy.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment10/pcp.forces.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment10/pcp.speed (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment11/pcp.energy.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment11/pcp.forces.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment11/pcp.speed (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment12/pcp.energy.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment12/pcp.forces.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment12/pcp.speed (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment13/pcp.energy.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment13/pcp.forces.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment13/pcp.speed (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment14/pcp.energy.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment14/pcp.forces.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment14/pcp.speed (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment15/pcp.energy.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment15/pcp.forces.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment15/pcp.speed (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment16/pcp.energy.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment16/pcp.forces.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment16/pcp.speed (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment17/pcp.energy.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment17/pcp.forces.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment17/pcp.speed (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment18/pcp.energy.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment18/pcp.forces.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment18/pcp.speed (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment19/pcp.energy.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment19/pcp.forces.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment19/pcp.speed (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment20/pcp.energy.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment20/pcp.forces.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment20/pcp.speed (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment21/pcp.energy.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment21/pcp.forces.all (added) * tests/Fragmentations/Joining/heptan/pre/BondFragment21/pcp.speed (added) * tests/Fragmentations/Joining/heptan/pre/BondFragmentForces-Factors.dat (added) * tests/Fragmentations/Joining/heptan/pre/BondFragmentKeySets.dat (added) * tests/Fragmentations/Joining/heptan/pre/pcp.energy.all (added) * tests/Fragmentations/Joining/heptan/pre/pcp.forces.all (added) * tests/Fragmentations/Joining/heptan/pre/pcp.speed (added) * tests/Fragmentations/Joining/heptan/testsuite-joining-heptan.at (added) * tests/Fragmentations/Makefile.am (modified) * tests/Fragmentations/analyzer.in (added) * tests/Fragmentations/joiner.in (added) * tests/Fragmentations/testsuite.at (modified) * tests/Makefile.am (modified) Added (simple) regression tests for joiner and analyzer for heptan. ... Thu, 13 Oct 2011 18:28:54 GMT Frederik Heber [88f629] * tests/Joiner/BondFragment00/pcp.energy.all (added) * tests/Joiner/BondFragment00/pcp.forces.all (added) * tests/Joiner/BondFragment00/pcp.speed (added) * tests/Joiner/BondFragment01/pcp.energy.all (added) * tests/Joiner/BondFragment01/pcp.forces.all (added) * tests/Joiner/BondFragment01/pcp.speed (added) * tests/Joiner/BondFragment02/pcp.energy.all (added) * tests/Joiner/BondFragment02/pcp.forces.all (added) * tests/Joiner/BondFragment02/pcp.speed (added) * tests/Joiner/BondFragment03/pcp.energy.all (added) * tests/Joiner/BondFragment03/pcp.forces.all (added) * tests/Joiner/BondFragment03/pcp.speed (added) * tests/Joiner/BondFragment04/pcp.energy.all (added) * tests/Joiner/BondFragment04/pcp.forces.all (added) * tests/Joiner/BondFragment04/pcp.speed (added) * tests/Joiner/BondFragment05/pcp.energy.all (added) * tests/Joiner/BondFragment05/pcp.forces.all (added) * tests/Joiner/BondFragment05/pcp.speed (added) * tests/Joiner/BondFragment06/pcp.energy.all (added) * tests/Joiner/BondFragment06/pcp.forces.all (added) * tests/Joiner/BondFragment06/pcp.speed (added) * tests/Joiner/BondFragment07/pcp.energy.all (added) * tests/Joiner/BondFragment07/pcp.forces.all (added) * tests/Joiner/BondFragment07/pcp.speed (added) * tests/Joiner/BondFragment08/pcp.energy.all (added) * tests/Joiner/BondFragment08/pcp.forces.all (added) * tests/Joiner/BondFragment08/pcp.speed (added) * tests/Joiner/BondFragment09/pcp.energy.all (added) * tests/Joiner/BondFragment09/pcp.forces.all (added) * tests/Joiner/BondFragment09/pcp.speed (added) * tests/Joiner/BondFragment10/pcp.energy.all (added) * tests/Joiner/BondFragment10/pcp.forces.all (added) * tests/Joiner/BondFragment10/pcp.speed (added) * tests/Joiner/BondFragment11/pcp.energy.all (added) * tests/Joiner/BondFragment11/pcp.forces.all (added) * tests/Joiner/BondFragment11/pcp.speed (added) * tests/Joiner/BondFragment12/pcp.energy.all (added) * tests/Joiner/BondFragment12/pcp.forces.all (added) * tests/Joiner/BondFragment12/pcp.speed (added) * tests/Joiner/BondFragment13/pcp.energy.all (added) * tests/Joiner/BondFragment13/pcp.forces.all (added) * tests/Joiner/BondFragment13/pcp.speed (added) * tests/Joiner/BondFragment14/pcp.energy.all (added) * tests/Joiner/BondFragment14/pcp.forces.all (added) * tests/Joiner/BondFragment14/pcp.speed (added) * tests/Joiner/BondFragment15/pcp.energy.all (added) * tests/Joiner/BondFragment15/pcp.forces.all (added) * tests/Joiner/BondFragment15/pcp.speed (added) * tests/Joiner/BondFragment16/pcp.energy.all (added) * tests/Joiner/BondFragment16/pcp.forces.all (added) * tests/Joiner/BondFragment16/pcp.speed (added) * tests/Joiner/BondFragment17/pcp.energy.all (added) * tests/Joiner/BondFragment17/pcp.forces.all (added) * tests/Joiner/BondFragment17/pcp.speed (added) * tests/Joiner/BondFragment18/pcp.energy.all (added) * tests/Joiner/BondFragment18/pcp.forces.all (added) * tests/Joiner/BondFragment18/pcp.speed (added) * tests/Joiner/BondFragment19/pcp.energy.all (added) * tests/Joiner/BondFragment19/pcp.forces.all (added) * tests/Joiner/BondFragment19/pcp.speed (added) * tests/Joiner/BondFragment20/pcp.energy.all (added) * tests/Joiner/BondFragment20/pcp.forces.all (added) * tests/Joiner/BondFragment20/pcp.speed (added) * tests/Joiner/BondFragment21/pcp.energy.all (added) * tests/Joiner/BondFragment21/pcp.forces.all (added) * tests/Joiner/BondFragment21/pcp.speed (added) * tests/Joiner/BondFragmentForces-Factors.dat (added) * tests/Joiner/BondFragmentKeySets.dat (added) * tests/Joiner/pcp.energy.all (added) * tests/Joiner/pcp.forces.all (added) * tests/Joiner/pcp.speed (added) Added initial testset of files for regression test on joiner. Thu, 13 Oct 2011 14:02:41 GMT Frederik Heber [a8b10a] * src/Makefile.am (modified) FIX: Shifted ANALYSIS... in src/Makefile.am to alphabetical ordering. Thu, 13 Oct 2011 14:02:41 GMT Frederik Heber [f17b5f] * src/Parser/FormatParser.hpp (modified) FIX: FormatParser does not depend on parser.hpp. Thu, 13 Oct 2011 14:02:40 GMT Frederik Heber [5930bc] * src/Descriptors/AtomIdDescriptor.hpp (modified) FIX: AtomIdDescriptor just needs types.hpp include. Thu, 13 Oct 2011 14:02:40 GMT Frederik Heber [2329be] * src/UIElements/CommandLineUI/Query/AtomCommandLineQuery.cpp (modified) FIX: Inclusion of Box.hpp is not required in AtomCommandLineQuery. Thu, 13 Oct 2011 14:02:40 GMT Frederik Heber [61ff05] * src/Actions/CommandAction/ElementDbAction.cpp (modified) FIX: ElementDbAction uses CleanupPeriodentafel() instead of deleting ... Thu, 13 Oct 2011 13:03:40 GMT Frederik Heber [ce7fdc] * src/Actions/Action.cpp (modified) * src/Actions/Action.hpp (modified) * src/Actions/ActionHistory.cpp (modified) * src/Actions/ActionHistory.hpp (modified) * src/Actions/ActionRegistry.cpp (modified) * src/Actions/ActionRegistry.hpp (modified) * src/Actions/ActionSequence.cpp (modified) * src/Actions/ActionSequence.hpp (modified) * src/Actions/ActionTraits.cpp (modified) * src/Actions/ActionTraits.hpp (modified) * src/Actions/Action_impl_header.hpp (modified) * src/Actions/Action_impl_pre.hpp (modified) * src/Actions/AnalysisAction/DipoleAngularCorrelationAction.cpp (modified) * src/Actions/AnalysisAction/MolecularVolumeAction.cpp (modified) * src/Actions/AnalysisAction/PairCorrelationAction.cpp (modified) * src/Actions/AnalysisAction/PointCorrelationAction.cpp (modified) * src/Actions/AnalysisAction/PrincipalAxisSystemAction.cpp (modified) * src/Actions/AnalysisAction/SurfaceCorrelationAction.cpp (modified) * src/Actions/AtomAction/AddAction.cpp (modified) * src/Actions/AtomAction/ChangeElementAction.cpp (modified) * src/Actions/AtomAction/RemoveAction.cpp (modified) * src/Actions/AtomAction/RotateAroundOriginByAngleAction.cpp (modified) * src/Actions/AtomAction/SaveSelectedAtomsAction.cpp (modified) * src/Actions/AtomAction/TranslateAction.cpp (modified) * src/Actions/AtomsCalculation.hpp (modified) * src/Actions/AtomsCalculation_impl.hpp (modified) * src/Actions/Calculation.hpp (modified) * src/Actions/Calculation_impl.hpp (modified) * src/Actions/CommandAction/BondLengthTableAction.cpp (modified) * src/Actions/CommandAction/ElementDbAction.cpp (modified) * src/Actions/CommandAction/FastParsingAction.cpp (modified) * src/Actions/CommandAction/HelpAction.cpp (modified) * src/Actions/CommandAction/VerboseAction.cpp (modified) * src/Actions/CommandAction/VersionAction.cpp (modified) * src/Actions/CommandAction/WarrantyAction.cpp (modified) * src/Actions/ErrorAction.cpp (modified) * src/Actions/ErrorAction.hpp (modified) * src/Actions/FragmentationAction/FragmentationAction.cpp (modified) * src/Actions/GraphAction/CreateAdjacencyAction.cpp (modified) * src/Actions/GraphAction/DepthFirstSearchAction.cpp (modified) * src/Actions/GraphAction/SubgraphDissectionAction.cpp (modified) * src/Actions/MakroAction.cpp (modified) * src/Actions/MakroAction.hpp (modified) * src/Actions/ManipulateAtomsProcess.cpp (modified) * src/Actions/ManipulateAtomsProcess.hpp (modified) * src/Actions/MethodAction.cpp (modified) * src/Actions/MethodAction.hpp (modified) * src/Actions/MoleculeAction/BondFileAction.cpp (modified) * src/Actions/MoleculeAction/ChangeNameAction.cpp (modified) * src/Actions/MoleculeAction/CopyAction.cpp (modified) * src/Actions/MoleculeAction/CreateMicelleAction.cpp (modified) * src/Actions/MoleculeAction/FillVoidWithMoleculeAction.cpp (modified) * src/Actions/MoleculeAction/FillWithMoleculeAction.cpp (modified) * src/Actions/MoleculeAction/LinearInterpolationofTrajectoriesAction.cpp (modified) * src/Actions/MoleculeAction/LoadAction.cpp (modified) * src/Actions/MoleculeAction/RotateAroundSelfByAngleAction.cpp (modified) * src/Actions/MoleculeAction/RotateToPrincipalAxisSystemAction.cpp (modified) * src/Actions/MoleculeAction/SaveAdjacencyAction.cpp (modified) * src/Actions/MoleculeAction/SaveBondsAction.cpp (modified) * src/Actions/MoleculeAction/SaveSelectedMoleculesAction.cpp (modified) * src/Actions/MoleculeAction/SaveTemperatureAction.cpp (modified) * src/Actions/MoleculeAction/SuspendInWaterAction.cpp (modified) * src/Actions/MoleculeAction/VerletIntegrationAction.cpp (modified) * src/Actions/OptionRegistry.cpp (modified) * src/Actions/OptionRegistry.hpp (modified) * src/Actions/OptionTrait.cpp (modified) * src/Actions/OptionTrait.hpp (modified) * src/Actions/ParserAction/ParseTremoloPotentialsAction.cpp (modified) * src/Actions/ParserAction/SetMpqcParametersAction.cpp (modified) * src/Actions/ParserAction/SetOutputFormatsAction.cpp (modified) * src/Actions/ParserAction/SetTremoloAtomdataAction.cpp (modified) * src/Actions/Process.cpp (modified) * src/Actions/Process.hpp (modified) * src/Actions/RandomNumbersAction/SetRandomNumbersDistributionAction.cpp (modified) * src/Actions/RandomNumbersAction/SetRandomNumbersEngineAction.cpp (modified) * src/Actions/RedoAction.cpp (modified) * src/Actions/SelectionAction/Atoms/AllAtomsAction.cpp (modified) * src/Actions/SelectionAction/Atoms/AllAtomsInsideCuboidAction.cpp (modified) * src/Actions/SelectionAction/Atoms/AllAtomsInsideSphereAction.cpp (modified) * src/Actions/SelectionAction/Atoms/AllAtomsOfMoleculeAction.cpp (modified) * src/Actions/SelectionAction/Atoms/AtomByElementAction.cpp (modified) * src/Actions/SelectionAction/Atoms/AtomByIdAction.cpp (modified) * src/Actions/SelectionAction/Atoms/ClearAllAtomsAction.cpp (modified) * src/Actions/SelectionAction/Atoms/NotAllAtomsAction.cpp (modified) * src/Actions/SelectionAction/Atoms/NotAllAtomsInsideCuboidAction.cpp (modified) * src/Actions/SelectionAction/Atoms/NotAllAtomsInsideSphereAction.cpp (modified) * src/Actions/SelectionAction/Atoms/NotAllAtomsOfMoleculeAction.cpp (modified) * src/Actions/SelectionAction/Atoms/NotAtomByElementAction.cpp (modified) * src/Actions/SelectionAction/Atoms/NotAtomByIdAction.cpp (modified) * src/Actions/SelectionAction/Molecules/AllMoleculesAction.cpp (modified) * src/Actions/SelectionAction/Molecules/ClearAllMoleculesAction.cpp (modified) * src/Actions/SelectionAction/Molecules/MoleculeByFormulaAction.cpp (modified) * src/Actions/SelectionAction/Molecules/MoleculeByIdAction.cpp (modified) * src/Actions/SelectionAction/Molecules/MoleculeByNameAction.cpp (modified) * src/Actions/SelectionAction/Molecules/MoleculeByOrderAction.cpp (modified) * src/Actions/SelectionAction/Molecules/MoleculeOfAtomAction.cpp (modified) * src/Actions/SelectionAction/Molecules/NotAllMoleculesAction.cpp (modified) * src/Actions/SelectionAction/Molecules/NotMoleculeByFormulaAction.cpp (modified) * src/Actions/SelectionAction/Molecules/NotMoleculeByIdAction.cpp (modified) * src/Actions/SelectionAction/Molecules/NotMoleculeByNameAction.cpp (modified) * src/Actions/SelectionAction/Molecules/NotMoleculeByOrderAction.cpp (modified) * src/Actions/SelectionAction/Molecules/NotMoleculeOfAtomAction.cpp (modified) * src/Actions/TesselationAction/ConvexEnvelopeAction.cpp (modified) * src/Actions/TesselationAction/NonConvexEnvelopeAction.cpp (modified) * src/Actions/UndoAction.cpp (modified) * src/Actions/ValueStorage.cpp (modified) * src/Actions/ValueStorage.hpp (modified) * src/Actions/WorldAction/AddEmptyBoundaryAction.cpp (modified) * src/Actions/WorldAction/BoundInBoxAction.cpp (modified) * src/Actions/WorldAction/CenterInBoxAction.cpp (modified) * src/Actions/WorldAction/CenterOnEdgeAction.cpp (modified) * src/Actions/WorldAction/ChangeBoxAction.cpp (modified) * src/Actions/WorldAction/InputAction.cpp (modified) * src/Actions/WorldAction/OutputAction.cpp (modified) * src/Actions/WorldAction/RepeatBoxAction.cpp (modified) * src/Actions/WorldAction/ScaleBoxAction.cpp (modified) * src/Actions/WorldAction/SetDefaultNameAction.cpp (modified) * src/Actions/WorldAction/SetWorldTimeAction.cpp (modified) * src/Actions/unittests/ActionRegistryUnitTest.cpp (modified) * src/Actions/unittests/ActionSequenceUnitTest.cpp (modified) * src/Actions/unittests/ActionSequenceUnitTest.hpp (modified) * src/Actions/unittests/AtomsCalculationUnitTest.cpp (modified) * src/Actions/unittests/ManipulateAtomsUnitTest.cpp (modified) * src/Parser/FormatParser.hpp (modified) * src/RandomNumbers/RandomNumberDistributionFactory.hpp (modified) * src/RandomNumbers/RandomNumberEngineFactory.hpp (modified) * src/UIElements/CommandLineUI/CommandLineParser.cpp (modified) * src/UIElements/CommandLineUI/CommandLineParser.hpp (modified) * src/UIElements/CommandLineUI/CommandLineStatusIndicator.cpp (modified) * src/UIElements/CommandLineUI/CommandLineWindow.cpp (modified) * src/UIElements/CommandLineUI/unittests/CommandLineParser_ActionRegistry_ConsistencyUnitTest.cpp (modified) * src/UIElements/CommandLineUI/unittests/CommandLineParser_ActionRegistry_ConsistencyUnitTest.hpp (modified) * src/UIElements/Menu/Menu.cpp (modified) * src/UIElements/Menu/Qt4/QtMenuPipe.cpp (modified) * src/UIElements/Menu/TextMenu/ActionMenuItem.cpp (modified) * src/UIElements/Menu/TextMenu/ActionMenuItem.hpp (modified) * src/UIElements/Menu/TextMenu/TxMenuLeaveAction.cpp (modified) * src/UIElements/Menu/TextMenu/TxMenuLeaveAction.hpp (modified) * src/UIElements/Menu/unittests/MenuDescription_ActionRegistry_ConsistencyUnitTest.cpp (modified) * src/UIElements/Menu/unittests/MenuDescription_ActionRegistry_ConsistencyUnitTest.hpp (modified) * src/UIElements/TextUI/TextStatusIndicator.cpp (modified) * src/UIElements/TextUI/TextWindow.hpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldScene.cpp (modified) * src/UIElements/Views/Qt4/QtStatusBar.cpp (modified) * src/UIElements/Views/Qt4/QtStatusBar.hpp (modified) * src/World.cpp (modified) * src/World.hpp (modified) * src/WorldTime.hpp (modified) * src/World_calculations.hpp (modified) * src/builder_init.cpp (modified) HUGE: All Action-related codes resides now in namespace MoleCuilder. ... Thu, 13 Oct 2011 13:03:40 GMT Frederik Heber [e0f8c8] * configure.ac (modified) Set version to 1.1.4. - FIX: Removed AC_SUBST for LinearAlgebra ... Thu, 13 Oct 2011 13:00:58 GMT Frederik Heber [7ff53f] * src/UIElements/Makefile.am (modified) DISTCHECKFIX: moc_*.cpp and ui_*.h files added to MOSTLYCLEANFILES. Wed, 12 Oct 2011 14:26:04 GMT Frederik Heber [bcedf7] * src/UIElements/Makefile.am (modified) DISTCHECKFIX: Added Qt's .ui and .ui.h files to nobase_..._HEADERS ... Wed, 12 Oct 2011 14:25:57 GMT Frederik Heber [601632] * Makefile.am (modified) DISTCHECKFIX: Added missing m4-files to EXTRA_DIST in Makefile.am. Wed, 12 Oct 2011 14:10:57 GMT Frederik Heber [c074cc] * LinearAlgebra/configure.ac (modified) LinearAlgebra version is now 1.0.3. - Library version is now 3:0:0, ... Wed, 12 Oct 2011 14:10:57 GMT Frederik Heber [c2e567] * LinearAlgebra/configure.ac (modified) * LinearAlgebra/src/LinearAlgebra/RealSpaceMatrix.hpp (modified) * LinearAlgebra/src/unittests/Makefile.am (modified) * LinearAlgebra/src/unittests/RealSpaceMatrixUnitTest.cpp (modified) * LinearAlgebra/src/unittests/RealSpaceMatrixUnitTest.hpp (modified) Added serialization capability to RealSpaceMatrix. - added ... Wed, 12 Oct 2011 14:10:56 GMT Frederik Heber [29cbe9] * LinearAlgebra/configure.ac (modified) * LinearAlgebra/src/LinearAlgebra/Makefile.am (modified) * LinearAlgebra/src/LinearAlgebra/MatrixContent.cpp (modified) * LinearAlgebra/src/LinearAlgebra/MatrixContent.hpp (modified) * LinearAlgebra/src/LinearAlgebra/VectorContent.cpp (modified) * LinearAlgebra/src/LinearAlgebra/VectorContent.hpp (modified) * LinearAlgebra/src/unittests/Makefile.am (modified) * LinearAlgebra/src/unittests/MatrixContentUnitTest.cpp (modified) * LinearAlgebra/src/unittests/MatrixContentUnitTest.hpp (modified) * LinearAlgebra/src/unittests/VectorContentUnitTest.cpp (modified) * LinearAlgebra/src/unittests/VectorContentUnitTest.hpp (modified) Added serialization capabilities to VectorContent and MatrixContent. ... Wed, 12 Oct 2011 14:10:56 GMT Frederik Heber [c5038e] * LinearAlgebra/src/LinearAlgebra/LinearSystemOfEquations.cpp (modified) * LinearAlgebra/src/LinearAlgebra/MatrixContent.cpp (modified) * LinearAlgebra/src/LinearAlgebra/MatrixContent.hpp (modified) * LinearAlgebra/src/LinearAlgebra/MatrixVector_ops.cpp (modified) * LinearAlgebra/src/LinearAlgebra/VectorContent.cpp (modified) * LinearAlgebra/src/LinearAlgebra/VectorContent.hpp (modified) Made MatrixContent and VectorContent dimensions const by placing into ... Wed, 12 Oct 2011 14:10:56 GMT Frederik Heber [c8b17b] * tests/regression/Domain/RepeatBox/testsuite-domain-repeat-box.at (modified) * tests/regression/Filling/FillWithMolecule/testsuite-fill-with-molecule.at (modified) * tests/regression/Fragmentation/FragmentMolecule-MaxOrder/testsuite-fragmentation-fragment-molecule-maxorder.at (modified) * tests/regression/Fragmentation/FragmentMolecule/testsuite-fragmentation-fragment-molecule.at (modified) * tests/regression/Graph/DepthFirstSearch/testsuite-graph-depth-first-search.at (modified) * tests/regression/Graph/SubgraphDissection/testsuite-graph-subgraph-dissection.at (modified) * tests/regression/Parser/Tremolo-SetAtomdata/testsuite-parser-tremolo-setatomdata.at (modified) DISTCHECKFIX: Added missing chmod u+w were appropriate. - This is ... Wed, 12 Oct 2011 14:10:51 GMT Frederik Heber [220cf64] * src/Actions/CommandAction/ElementDbAction.cpp (modified) * src/Actions/CommandAction/ElementDbAction.def (modified) * src/Actions/CommandAction/ElementDbAction.hpp (modified) * src/unittests/PeriodentafelUnitTest.hpp (modified) * tests/regression/Options/ElementsDb/pre/test.conf (added) * tests/regression/Options/ElementsDb/testsuite-options-elements-db.at (modified) Added Undo/Redo capability to ElementDbAction. - thanks to ... Wed, 12 Oct 2011 14:10:48 GMT Frederik Heber [35a25a] * src/atom_atominfo.cpp (modified) * src/atom_atominfo.hpp (modified) AtomInfo does not store ref to element anymore but only atomic ... Mon, 10 Oct 2011 16:58:25 GMT Frederik Heber [b60804] * src/analyzer.cpp (modified) * src/periodentafel.cpp (modified) * src/periodentafel.hpp (modified) * src/unittests/PeriodentafelUnitTest.cpp (modified) * src/unittests/PeriodentafelUnitTest.hpp (modified) Added serialization to class periodentafel. - added unit test on ... Mon, 10 Oct 2011 16:58:25 GMT Frederik Heber [d7d022] * configure.ac (modified) * src/UIElements/Makefile.am (modified) * src/element.cpp (modified) * src/element.hpp (modified) * src/unittests/ElementUnitTest.cpp (added) * src/unittests/ElementUnitTest.hpp (added) * src/unittests/Makefile.am (modified) Added serialization functionality to class element. - also added ... Mon, 10 Oct 2011 16:58:24 GMT Frederik Heber [bae8b0] * src/element.cpp (modified) * src/element.hpp (modified) * src/periodentafel.cpp (modified) FIX: some smaller changes to class element. - removed those ... Mon, 10 Oct 2011 16:58:24 GMT Frederik Heber [f08ae7] * LinearAlgebra/configure.ac (modified) * LinearAlgebra/src/LinearAlgebra/Makefile.am (modified) * LinearAlgebra/src/unittests/Makefile.am (modified) * configure.ac (modified) * m4/ax_codepatterns.m4 (modified) * m4/boost.m4 (modified) * src/Actions/unittests/Makefile.am (modified) * src/Makefile.am (modified) * src/RandomNumbers/Makefile.am (modified) * src/RandomNumbers/unittests/Makefile.am (modified) * src/UIElements/Makefile.am (modified) * src/unittests/Makefile.am (modified) Extension of usage of Tsuna's boost.m4 macro. - boost.m4 from ... Mon, 10 Oct 2011 16:58:17 GMT Frederik Heber [78d5b2] * src/Actions/MoleculeAction/LoadAction.cpp (modified) * src/Actions/MoleculeAction/LoadAction.def (modified) * tests/regression/Parser/Mpqc/post/empty.in (added) * tests/regression/Parser/Mpqc/testsuite-parser-mpqc-load.at (modified) * tests/regression/Parser/Pcp/testsuite-parser-pcp-load.at (modified) * tests/regression/Parser/Pcp/testsuite-parser-pcp-multiple-timesteps.at (modified) * tests/regression/Parser/Pdb/testsuite-parser-pdb-load.at (modified) * tests/regression/Parser/Pdb/testsuite-parser-pdb-multiple-timesteps.at (modified) * tests/regression/Parser/Pdb/testsuite-parser-pdb-with-conects.at (modified) * tests/regression/Parser/Tremolo/testsuite-parser-tremolo-load.at (modified) * tests/regression/Parser/Xyz/testsuite-parser-xyz-load.at (modified) * tests/regression/Parser/Xyz/testsuite-parser-xyz-multiple-timesteps.at (modified) Added Undo/Redo capability to LoadAction. - Added cloning of ... Mon, 10 Oct 2011 14:27:06 GMT Frederik Heber [aa8cc2] * tests/regression/Parser/Mpqc/testsuite-parser-mpqc-load.at (modified) * tests/regression/Parser/Pcp/post/empty.conf (modified) * tests/regression/Parser/Pcp/testsuite-parser-pcp-load.at (modified) * tests/regression/Parser/Pdb/post/empty.pdb (modified) * tests/regression/Parser/Pdb/testsuite-parser-pdb-multiple-timesteps.at (modified) * tests/regression/Parser/Tremolo/testsuite-parser-tremolo-load.at (modified) * tests/regression/Parser/Xyz/post/empty.xyz (modified) * tests/regression/Parser/Xyz/testsuite-parser-xyz-load.at (modified) TESTFIX: Regression tests for Parser load now correctly compares the ... Mon, 10 Oct 2011 14:27:06 GMT Frederik Heber [5c5472] * src/Parser/PdbParser.cpp (modified) FIX: PdbParser::save() now writes correct empty file. - ... Mon, 10 Oct 2011 14:27:06 GMT Frederik Heber [4151b0] * src/Parser/PcpParser.hpp (modified) * src/Parser/PdbParser.hpp (modified) * src/Parser/TremoloParser.hpp (modified) * src/Parser/XyzParser.hpp (modified) FIX: Parser's dstor were not virtual despite inheritance. Mon, 10 Oct 2011 14:27:06 GMT Frederik Heber [c1db05] * src/Parser/FormatParser.cpp (modified) * src/Parser/FormatParser.hpp (modified) * src/Parser/FormatParser_Parameters.hpp (added) * src/Parser/Makefile.am (modified) * src/Parser/MpqcParser.cpp (modified) * src/Parser/MpqcParser.hpp (modified) * src/Parser/MpqcParser_Parameters.cpp (modified) * src/Parser/MpqcParser_Parameters.hpp (modified) * src/Parser/unittests/ParserMpqcUnitTest.cpp (modified) * src/Parser/unittests/ParserMpqcUnitTest.hpp (modified) Abstracted FormatParser_Parameters and made it "Clone"able. - this ... Mon, 10 Oct 2011 14:27:05 GMT Frederik Heber [e611dc] * tests/regression/Analysis/AngularDipoleCorrelation-DiscreteAngles/testsuite-analysis-angular-dipole-correlation-discrete-angles.at (modified) * tests/regression/Analysis/AngularDipoleCorrelation-Empty/testsuite-analysis-angular-dipole-correlation-empty.at (modified) * tests/regression/Analysis/PairCorrelation-RangeTest/testsuite-analysis-pair-correlation-range-test.at (modified) * tests/regression/Analysis/PairCorrelation/testsuite-analysis-pair-correlation.at (modified) * tests/regression/Analysis/PointCorrelation/testsuite-analysis-point-correlation.at (modified) * tests/regression/Analysis/PrincipalAxisSystem/testsuite-analysis-principal-axis-system.at (modified) * tests/regression/Analysis/SurfaceCorrelation/testsuite-analysis-surface-correlation.at (modified) * tests/regression/Atoms/Add/testsuite-atoms-add.at (modified) * tests/regression/Atoms/ChangeElement/testsuite-atoms-change-element.at (modified) * tests/regression/Atoms/Remove/testsuite-atoms-remove.at (modified) * tests/regression/Atoms/RemoveCuboid/testsuite-atoms-remove-cuboid.at (modified) * tests/regression/Atoms/RemoveSphere/testsuite-atoms-remove-sphere.at (modified) * tests/regression/Atoms/SaveSelectedAtoms/testsuite-atoms-save-selected-atoms.at (modified) * tests/regression/Atoms/Translation/testsuite-atoms-translation.at (modified) * tests/regression/Domain/AddEmptyBoundary/testsuite-domain-add-empty-boundary.at (modified) * tests/regression/Domain/CenterInBox/testsuite-domain-center-in-box.at (modified) * tests/regression/Domain/CenterOnEdge/testsuite-domain-center-on-edge.at (modified) * tests/regression/Domain/ChangeBox/testsuite-domain-change-box.at (modified) * tests/regression/Domain/RepeatBox/testsuite-domain-repeat-box.at (modified) * tests/regression/Domain/ScaleBox/testsuite-domain-scale-box.at (modified) * tests/regression/Filling/FillVoidWithMolecule/testsuite-fill-void-with-molecule.at (modified) * tests/regression/Filling/FillVoidWithMolecule/testsuite-fill-void-with-tenside-molecule.at (modified) * tests/regression/Filling/FillWithMolecule/testsuite-fill-with-molecule.at (modified) * tests/regression/Filling/SuspendInWater/testsuite-suspend-in-water.at (modified) * tests/regression/Fragmentation/FragmentMolecule/testsuite-fragmentation-fragment-molecule.at (modified) * tests/regression/Graph/DepthFirstSearch/testsuite-graph-depth-first-search.at (modified) * tests/regression/Graph/SubgraphDissection/testsuite-graph-subgraph-dissection.at (modified) * tests/regression/Molecules/BondFile/testsuite-molecules-fragmentation-bond-file.at (modified) * tests/regression/Molecules/BondFile/testsuite-molecules-tremolo-dbond-file.at (modified) * tests/regression/Molecules/Copy/testsuite-molecules-copy-molecule.at (modified) * tests/regression/Molecules/LinearInterpolationofTrajectories/testsuite-molecules-linear-interpolation-of-trajectories.at (modified) * tests/regression/Molecules/RotateAroundOrigin/testsuite-molecules-rotate-around-origin.at (modified) * tests/regression/Molecules/RotateAroundSelf/testsuite-molecules-rotate-around-self.at (modified) * tests/regression/Molecules/RotateToPrincipalAxisSystem/testsuite-molecules-rotate-to-principal-axis-system.at (modified) * tests/regression/Molecules/SaveAdjacency/testsuite-molecules-save-adjacency.at (modified) * tests/regression/Molecules/SaveBonds/testsuite-molecules-save-bonds.at (modified) * tests/regression/Molecules/SaveSelectedMolecules/testsuite-molecules-save-selected-molecules.at (modified) * tests/regression/Molecules/SaveTemperature/testsuite-molecules-save-temperature.at (modified) * tests/regression/Molecules/Translation-Periodic/testsuite-molecules-translation-periodic.at (modified) * tests/regression/Molecules/Translation/testsuite-molecules-translation.at (modified) * tests/regression/Molecules/VerletIntegration/testsuite-molecules-verlet-integration.at (modified) * tests/regression/Options/BondLengthTable/testsuite-options-bond-length-table.at (modified) * tests/regression/Options/ElementsDb/testsuite-options-elements-db.at (modified) * tests/regression/Options/ElementsDb/testsuite-options-no-elements-db.at (modified) * tests/regression/Options/Empty/testsuite-options-empty-configs.at (modified) * tests/regression/Options/FastParsing/testsuite-options-fast-parsing.at (modified) * tests/regression/Options/Help/testsuite-options-help.at (modified) * tests/regression/Options/InvalidCommands/testsuite-options-invalid-commands.at (modified) * tests/regression/Options/SetDefaultName/testsuite-options-set-default-name.at (modified) * tests/regression/Options/SetWorldTime/testsuite-options-set-world-time.at (modified) * tests/regression/Options/Verbosity/testsuite-options-verbosity.at (modified) * tests/regression/Options/Warranty/testsuite-options-warranty.at (modified) * tests/regression/Parser/Mpqc-SetParameters/testsuite-parser-mpqc-set-parameters-basis.at (modified) * tests/regression/Parser/Mpqc-SetParameters/testsuite-parser-mpqc-set-parameters-maxiterations.at (modified) * tests/regression/Parser/Mpqc-SetParameters/testsuite-parser-mpqc-set-parameters-theory.at (modified) * tests/regression/Parser/Mpqc-SetParameters/testsuite-parser-mpqc-set-parameters.at (modified) * tests/regression/Parser/Mpqc/testsuite-parser-mpqc-empty.at (modified) * tests/regression/Parser/Mpqc/testsuite-parser-mpqc-load.at (modified) * tests/regression/Parser/Mpqc/testsuite-parser-mpqc-save.at (modified) * tests/regression/Parser/Pcp/testsuite-parser-pcp-empty.at (modified) * tests/regression/Parser/Pcp/testsuite-parser-pcp-load.at (modified) * tests/regression/Parser/Pcp/testsuite-parser-pcp-multiple-timesteps.at (modified) * tests/regression/Parser/Pcp/testsuite-parser-pcp-save.at (modified) * tests/regression/Parser/Pdb/testsuite-parser-pdb-empty.at (modified) * tests/regression/Parser/Pdb/testsuite-parser-pdb-load-various.at (modified) * tests/regression/Parser/Pdb/testsuite-parser-pdb-load.at (modified) * tests/regression/Parser/Pdb/testsuite-parser-pdb-multiple-timesteps.at (modified) * tests/regression/Parser/Pdb/testsuite-parser-pdb-save.at (modified) * tests/regression/Parser/Pdb/testsuite-parser-pdb-with-conects.at (modified) * tests/regression/Parser/Tremolo-Potentials/testsuite-parser-tremolo-potentials-load.at (modified) * tests/regression/Parser/Tremolo-Potentials/testsuite-parser-tremolo-potentials-save.at (modified) * tests/regression/Parser/Tremolo-Potentials/testsuite-parser-tremolo-potentials.at (modified) * tests/regression/Parser/Tremolo-SetAtomdata/testsuite-parser-tremolo-setatomdata.at (modified) * tests/regression/Parser/Tremolo/testsuite-parser-tremolo-empty.at (modified) * tests/regression/Parser/Tremolo/testsuite-parser-tremolo-load.at (modified) * tests/regression/Parser/Tremolo/testsuite-parser-tremolo-save.at (modified) * tests/regression/Parser/Xyz/testsuite-parser-xyz-empty.at (modified) * tests/regression/Parser/Xyz/testsuite-parser-xyz-load.at (modified) * tests/regression/Parser/Xyz/testsuite-parser-xyz-multiple-timesteps.at (modified) * tests/regression/Parser/Xyz/testsuite-parser-xyz-save.at (modified) * tests/regression/RandomNumbers/Distribution/testsuite-set-random-number-distribution.at (modified) * tests/regression/RandomNumbers/Engine/testsuite-set-random-number-engine.at (modified) * tests/regression/Selection/Atoms/AllAtoms/testsuite-selection-select-all-atoms.at (modified) * tests/regression/Selection/Atoms/AllAtoms/testsuite-selection-unselect-all-atoms.at (modified) * tests/regression/Selection/Atoms/AllAtomsOfMolecule/testsuite-selection-select-all-atoms-of-molecule.at (modified) * tests/regression/Selection/Atoms/AllAtomsOfMolecule/testsuite-selection-unselect-all-atoms-of-molecule.at (modified) * tests/regression/Selection/Atoms/AtomByElement/testsuite-selection-select-atoms-by-element.at (modified) * tests/regression/Selection/Atoms/AtomByElement/testsuite-selection-unselect-atoms-by-element.at (modified) * tests/regression/Selection/Atoms/AtomById/testsuite-selection-select-atom-by-id.at (modified) * tests/regression/Selection/Atoms/AtomById/testsuite-selection-unselect-atom-by-id.at (modified) * tests/regression/Selection/Atoms/AtomsInsideCuboid/testsuite-selection-select-atoms-inside-cuboid-with-defaults.at (modified) * tests/regression/Selection/Atoms/AtomsInsideCuboid/testsuite-selection-select-atoms-inside-cuboid.at (modified) * tests/regression/Selection/Atoms/AtomsInsideCuboid/testsuite-selection-unselect-atoms-inside-cuboid.at (modified) * tests/regression/Selection/Atoms/AtomsInsideSphere/testsuite-selection-select-atoms-inside-sphere.at (modified) * tests/regression/Selection/Atoms/AtomsInsideSphere/testsuite-selection-unselect-atoms-inside-sphere.at (modified) * tests/regression/Selection/Atoms/ClearAtoms/testsuite-selection-clear-atoms.at (modified) * tests/regression/Selection/Molecules/AllMolecules/testsuite-selection-select-all-molecules.at (modified) * tests/regression/Selection/Molecules/AllMolecules/testsuite-selection-unselect-all-molecules.at (modified) * tests/regression/Selection/Molecules/ClearMolecules/testsuite-selection-clear-molecules.at (modified) * tests/regression/Selection/Molecules/MoleculeByFormula/testsuite-selection-select-molecules-by-formula.at (modified) * tests/regression/Selection/Molecules/MoleculeByFormula/testsuite-selection-unselect-molecules-by-formula.at (modified) * tests/regression/Selection/Molecules/MoleculeById/testsuite-selection-select-molecule-by-id.at (modified) * tests/regression/Selection/Molecules/MoleculeById/testsuite-selection-unselect-molecule-by-id.at (modified) * tests/regression/Selection/Molecules/MoleculeByName/testsuite-selection-select-molecules-by-name.at (modified) * tests/regression/Selection/Molecules/MoleculeByName/testsuite-selection-unselect-molecules-by-name.at (modified) * tests/regression/Selection/Molecules/MoleculeByOrder/testsuite-selection-select-molecule-by-order-backward.at (modified) * tests/regression/Selection/Molecules/MoleculeByOrder/testsuite-selection-select-molecule-by-order-forward.at (modified) * tests/regression/Selection/Molecules/MoleculeByOrder/testsuite-selection-unselect-molecule-by-order-backward.at (modified) * tests/regression/Selection/Molecules/MoleculeByOrder/testsuite-selection-unselect-molecule-by-order-forward.at (modified) * tests/regression/Selection/Molecules/MoleculeOfAtom/testsuite-selection-select-atoms-molecules.at (modified) * tests/regression/Selection/Molecules/MoleculeOfAtom/testsuite-selection-unselect-atoms-molecules.at (modified) * tests/regression/Tesselation/BigConvex/testsuite-tesselation-big-convex-envelope.at (modified) * tests/regression/Tesselation/BigNonConvex/testsuite-tesselation-big-non-convex-envelope.at (modified) * tests/regression/Tesselation/Convex/testsuite-tesselation-convex-envelope.at (modified) * tests/regression/Tesselation/NonConvex/testsuite-tesselation-non-convex-envelope.at (modified) FIX: AT_KEYWORDS requires _space_-separated list of keywords. Mon, 10 Oct 2011 14:27:05 GMT Frederik Heber [6bc86c] * src/Parser/PdbParser.cpp (modified) * src/Parser/PdbParser.hpp (modified) * src/Parser/TremoloParser.cpp (modified) * src/Parser/TremoloParser.hpp (modified) Implemented specific AtomRemoved(),AtomInserted() for Pdb and Tremolo ... Mon, 10 Oct 2011 14:25:37 GMT Frederik Heber [38f991] * src/Actions/AtomAction/RemoveAction.cpp (modified) * src/Actions/FragmentationAction/FragmentationAction.cpp (modified) * src/Parser/FormatParser.cpp (modified) * src/Parser/FormatParser.hpp (modified) * src/World.cpp (modified) * src/World.hpp (modified) FormatParser now listens to World::AtomRemoved and ::AtomInserted ... Fri, 07 Oct 2011 10:22:17 GMT Frederik Heber [ab4a33] * src/World.cpp (modified) FIX: World::destroyAtom() now informs before atom's destruction, not ... Fri, 07 Oct 2011 10:22:14 GMT Frederik Heber [35bf6b] * src/Parser/MpqcParser_Parameters.cpp (modified) * tests/regression/Parser/Mpqc-SetParameters/testsuite-parser-mpqc-set-parameters-theory.at (modified) TESTFIX: Parser/Mpqc-SetParameters/set-theory working. - removed ... Thu, 06 Oct 2011 16:06:10 GMT Frederik Heber [89643d] * src/UIElements/Views/Qt4/Qt3D/GLWorldScene.cpp (modified) * src/World.cpp (modified) * src/World.hpp (modified) Enabled also un selection when clicking already selected atoms. - ... Thu, 06 Oct 2011 16:06:10 GMT Frederik Heber [b7ff03] * src/Actions/SelectionAction/Atoms/NotAtomByIdAction.cpp (modified) * src/Actions/SelectionAction/Atoms/NotAtomByIdAction.def (modified) Selection NotAtomByIdAction now gets atomId_t not const atom *. - ... Thu, 06 Oct 2011 16:06:10 GMT Frederik Heber [0e9ffe] * src/UIElements/Views/Qt4/Qt3D/GLWorldScene.cpp (modified) Enabled selection when clicking atoms. Thu, 06 Oct 2011 16:06:10 GMT Frederik Heber [5a8840] * src/Actions/SelectionAction/Atoms/AtomByIdAction.cpp (modified) * src/Actions/SelectionAction/Atoms/AtomByIdAction.def (modified) Selection AtomByIdAction now gets atomId_t not const atom *. - This ... Thu, 06 Oct 2011 16:06:10 GMT Frederik Heber [12948c] * src/Actions/unittests/stubs/DummyUI.hpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.cpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.hpp (modified) * src/UIElements/CommandLineUI/CommandLineParser.cpp (modified) * src/UIElements/CommandLineUI/Query/CommandLineQuery.hpp (modified) * src/UIElements/CommandLineUI/Query/UnsignedIntsCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/TypeEnumContainer.cpp (modified) * src/UIElements/CommandLineUI/TypeEnumContainer.hpp (modified) * src/UIElements/Dialog.cpp (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/Makefile.am (modified) * src/UIElements/Qt4/QtDialog.cpp (modified) * src/UIElements/Qt4/QtDialog.hpp (modified) * src/UIElements/Qt4/Query/QtQuery.hpp (modified) * src/UIElements/Qt4/Query/UnsignedIntsQtQuery.cpp (added) * src/UIElements/Query/UnsignedIntsQuery.cpp (added) * src/UIElements/TextUI/Query/TextQuery.hpp (modified) * src/UIElements/TextUI/Query/UnsignedIntsTextQuery.cpp (added) * src/UIElements/TextUI/TextDialog.cpp (modified) * src/UIElements/TextUI/TextDialog.hpp (modified) Added new Query for std::vector of unsigned int. - this is ... Thu, 06 Oct 2011 16:06:10 GMT Frederik Heber [838cd0] * src/Actions/unittests/stubs/DummyUI.hpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.cpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.hpp (modified) * src/UIElements/CommandLineUI/CommandLineParser.cpp (modified) * src/UIElements/CommandLineUI/Query/CommandLineQuery.hpp (modified) * src/UIElements/CommandLineUI/Query/UnsignedIntCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/TypeEnumContainer.cpp (modified) * src/UIElements/CommandLineUI/TypeEnumContainer.hpp (modified) * src/UIElements/Dialog.cpp (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/Makefile.am (modified) * src/UIElements/Qt4/Pipe/UnsignedIntQtQueryPipe.cpp (added) * src/UIElements/Qt4/Pipe/UnsignedIntQtQueryPipe.hpp (added) * src/UIElements/Qt4/QtDialog.cpp (modified) * src/UIElements/Qt4/QtDialog.hpp (modified) * src/UIElements/Qt4/Query/QtQuery.hpp (modified) * src/UIElements/Qt4/Query/UnsignedIntQtQuery.cpp (added) * src/UIElements/Query/UnsignedIntQuery.cpp (added) * src/UIElements/TextUI/Query/TextQuery.hpp (modified) * src/UIElements/TextUI/Query/UnsignedIntTextQuery.cpp (added) * src/UIElements/TextUI/TextDialog.cpp (modified) * src/UIElements/TextUI/TextDialog.hpp (modified) Added new Query for unsigned int. - this is preparatory to switch ... Thu, 06 Oct 2011 16:06:10 GMT Frederik Heber [65487f] * src/UIElements/Views/Qt4/Qt3D/GLWorldScene.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldScene.hpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldView.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldView.hpp (modified) FIX: hoverChanged() and ..Clicked() now also works for loaded ... Thu, 06 Oct 2011 16:06:10 GMT Frederik Heber [a099d3] * src/UIElements/Views/Qt4/Qt3D/GLWorldScene.cpp (modified) FIX: hoverChanged() again working for immediately loaded molecules. Thu, 06 Oct 2011 16:06:10 GMT Frederik Heber [df765f] * .gitignore (modified) gitignore ignores new .autotools of eclipse. Thu, 06 Oct 2011 16:06:10 GMT Frederik Heber [9c18e4] * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.hpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldScene.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldView.cpp (modified) FIX: Observers (GLMoleculeObject_atom, GLWorldScene) sign off on ... Thu, 06 Oct 2011 16:06:10 GMT Frederik Heber [5e2f80] * src/Actions/GraphAction/CreateAdjacencyAction.cpp (modified) * src/Actions/MoleculeAction/CopyAction.cpp (modified) * src/Graph/BondGraph.hpp (modified) * src/atom_bondedparticle.cpp (modified) * src/atom_bondedparticle.hpp (modified) * src/atom_bondedparticleinfo.cpp (modified) * src/atom_bondedparticleinfo.hpp (modified) * src/molecule.cpp (modified) * src/molecule_graph.cpp (modified) * src/moleculelist.cpp (modified) * src/unittests/ListOfBondsUnitTest.cpp (modified) BondedParticle no more hands out non-const ListOfBonds. - the few ... Thu, 06 Oct 2011 16:06:10 GMT Frederik Heber [37b2575] * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.hpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldScene.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldScene.hpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldView.hpp (modified) GLMoleculeObject_atom listens to BondsChanged notification. - ... Thu, 06 Oct 2011 16:06:10 GMT Frederik Heber [db7e6d] * src/Actions/GraphAction/CreateAdjacencyAction.cpp (modified) * src/Bond/bond.cpp (modified) * src/Bond/bond.hpp (modified) * src/Graph/BondGraph.cpp (modified) * src/Graph/BondGraph.hpp (modified) * src/atom_bondedparticle.cpp (modified) * src/atom_bondedparticle.hpp (modified) BondedParticle:: register and unregister are private. - adding and ... Thu, 06 Oct 2011 16:06:10 GMT Frederik Heber [7188b1] * configure.ac (modified) * src/Makefile.am (modified) * src/UIElements/Makefile.am (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject.hpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.hpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_bond.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_bond.hpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeScene.cpp (deleted) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeScene.hpp (deleted) * src/UIElements/Views/Qt4/Qt3D/GLWorldScene.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldScene.hpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldView.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldView.hpp (modified) * src/World.cpp (modified) * src/World.hpp (modified) * src/atom_atominfo.cpp (modified) * src/atom_atominfo.hpp (modified) * src/atom_bondedparticleinfo.cpp (modified) * src/atom_bondedparticleinfo.hpp (modified) * src/atom_observable.cpp (added) * src/atom_observable.hpp (added) * src/atom_particleinfo.cpp (modified) * src/atom_particleinfo.hpp (modified) Introduced atom_observables and GLWorldView observes World, ... Thu, 06 Oct 2011 15:06:17 GMT Frederik Heber [e638f9] * src/UIElements/Views/Qt4/changetypes.hpp (deleted) Removed changetypes.hpp. Thu, 06 Oct 2011 15:06:17 GMT Frederik Heber [5fa2ba] * src/Parser/PdbParser.cpp (modified) * tests/regression/Makefile.am (modified) * tests/regression/Parser/Pdb/post/testosterone.pdb (added) * tests/regression/Parser/Pdb/pre/testosterone.pdb (added) * tests/regression/Parser/Pdb/testsuite-parser-pdb-load-various.at (added) * tests/regression/Parser/testsuite-parser.at (modified) Enhanced PdbParser to read ill-formed pdbs. - conect entries may ... Thu, 06 Oct 2011 15:06:16 GMT Frederik Heber [029bb4] * src/UIElements/Views/Qt4/Qt3D/GLMoleculeScene.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldScene.cpp (modified) Hovering is now working too. - signal chain installed from ... Thu, 06 Oct 2011 15:06:16 GMT Frederik Heber [06ebf5] * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.hpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_bond.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_bond.hpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeScene.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeScene.hpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldScene.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldScene.hpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldView.hpp (modified) Clicking on atoms works. - GLMoleculeObject_atom, GLMoleculeScene, ... Thu, 06 Oct 2011 15:06:16 GMT Frederik Heber [907636] * src/UIElements/Makefile.am (modified) * src/UIElements/Qt4/QtMainWindow.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject.cpp (added) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject.hpp (added) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.cpp (added) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.hpp (added) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_bond.cpp (added) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_bond.hpp (added) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeScene.cpp (added) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeScene.hpp (added) * src/UIElements/Views/Qt4/Qt3D/GLWorldScene.cpp (added) * src/UIElements/Views/Qt4/Qt3D/GLWorldScene.hpp (added) * src/UIElements/Views/Qt4/Qt3D/GLWorldView.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldView.hpp (modified) * src/element.cpp (modified) * src/periodentafel.cpp (modified) First working version of GLWorldView that show atoms and molecules. ... Thu, 06 Oct 2011 15:06:13 GMT Frederik Heber [04f017] * src/UIElements/Makefile.am (modified) * src/UIElements/Qt4/QtMainWindow.cpp (modified) * src/UIElements/Qt4/QtMainWindow.hpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldView.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldView.hpp (modified) * src/UIElements/Views/Qt4/teapotview.cpp (deleted) * src/UIElements/Views/Qt4/teapotview.hpp (deleted) Removed teapotview.?pp again. - Functionality is contained in ... Thu, 06 Oct 2011 15:05:56 GMT Frederik Heber [a08d3c0] * src/UIElements/Makefile.am (modified) * src/UIElements/Qt4/QtMainWindow.cpp (modified) * src/UIElements/Qt4/QtMainWindow.hpp (modified) * src/UIElements/Views/Qt4/teapotview.cpp (added) * src/UIElements/Views/Qt4/teapotview.hpp (added) Replaced empty GLWordlView QWidget by TeapotView example from Qt3d. ... Thu, 06 Oct 2011 12:08:31 GMT Frederik Heber [da8f97] * src/UIElements/Qt4/QtMainWindow.cpp (modified) * src/UIElements/Qt4/QtUIFactory.cpp (modified) MEMFIX: in QtMainWindow and preventing segfault. - QtMainWindow did ... Thu, 06 Oct 2011 12:08:31 GMT Frederik Heber [d238e7] * src/UIElements/Makefile.am (modified) * src/UIElements/Qt4/QtMainWindow.cpp (modified) * src/UIElements/Qt4/QtMainWindow.hpp (modified) * src/UIElements/Views/Qt4/GLMoleculeView.cpp (deleted) * src/UIElements/Views/Qt4/GLMoleculeView.hpp (deleted) * src/UIElements/Views/Qt4/Qt3D/GLWorldView.cpp (added) * src/UIElements/Views/Qt4/Qt3D/GLWorldView.hpp (added) Replaced GLMoleculeView by Qt3D/GLWorldView, which is as of now a ... Thu, 06 Oct 2011 12:08:31 GMT Frederik Heber [060ba4] * configure.ac (modified) * m4/bnv_have_qt.m4 (added) * m4/gwqt4.m4 (deleted) * src/UIElements/Makefile.am (modified) Replaced m4 macro gwqt4.m4 by bnv_have_qt.m4 - as is used with ... Thu, 06 Oct 2011 12:08:31 GMT Frederik Heber [bd8788] * src/Makefile.am (modified) src/Makefile.am: Adding to variable bin_PRORGRAMS. Thu, 06 Oct 2011 12:08:30 GMT Frederik Heber [573d72] * src/builder_init.cpp (modified) FIX: saveAll() had some senseless memory allocation. - this is a ... Thu, 06 Oct 2011 12:08:30 GMT Frederik Heber [47812b] * src/UIElements/Views/Qt4/QtWorldView.cpp (modified) * src/UIElements/Views/Qt4/QtWorldView.hpp (modified) FIX: MolecuilderGUI crashes on selecting molecule. - ... Thu, 06 Oct 2011 12:08:30 GMT Frederik Heber [b40b9d] * src/UIElements/Views/Qt4/GLMoleculeView.cpp (modified) FIX: Bonds are now displayed correctly. - using ... Thu, 06 Oct 2011 12:08:27 GMT Frederik Heber [29daad] * src/UIElements/Makefile.am (modified) * src/UIElements/Qt4/QtMainWindow.cpp (modified) * src/UIElements/Views/Qt4/GLMoleculeView.cpp (modified) * src/UIElements/Views/Qt4/GLMoleculeView.hpp (modified) * src/UIElements/Views/Qt4/changeposition.ui (added) * src/UIElements/Views/Qt4/changetypes.hpp (added) * src/UIElements/Views/Qt4/dialoglight.ui (added) * src/UIElements/Views/Qt4/dialoglight.ui.h (added) Added rudimentarily working GlMoleculeView (class was empty before). ... Thu, 06 Oct 2011 09:16:19 GMT Frederik Heber [064178] * src/Helpers/defs.cpp (modified) * src/Helpers/defs.hpp (modified) * src/element.cpp (modified) * src/element.hpp (modified) * src/elements_db.cpp (modified) * src/elements_db.hpp (modified) * src/periodentafel.cpp (modified) * src/periodentafel.hpp (modified) * src/unittests/PeriodentafelUnitTest.cpp (modified) Added color database to periodentafel. - ... Thu, 06 Oct 2011 09:15:04 GMT Frederik Heber [81c980b] * src/Actions/Makefile.am (modified) * src/Actions/ParserAction/SetTremoloAtomdataAction.cpp (added) * src/Actions/ParserAction/SetTremoloAtomdataAction.def (added) * src/Actions/ParserAction/SetTremoloAtomdataAction.hpp (added) * src/Parser/TremoloParser.cpp (modified) * src/Parser/TremoloParser.hpp (modified) * tests/regression/Makefile.am (modified) * tests/regression/Parser/Tremolo-SetAtomdata/post/argon.data (added) * tests/regression/Parser/Tremolo-SetAtomdata/pre/argon.data (added) * tests/regression/Parser/Tremolo-SetAtomdata/testsuite-parser-tremolo-setatomdata.at (added) * tests/regression/Parser/testsuite-parser.at (modified) Added new action to set the ATOMDATA in tremolo's .data output file. ... Thu, 06 Oct 2011 09:09:56 GMT Frederik Heber [f7c19e] * src/Parser/MpqcParser.cpp (modified) * src/moleculelist.cpp (modified) * src/parser.cpp (modified) Some fixes to parsing files. - MpqcParser::save() does not store ... Thu, 06 Oct 2011 07:17:47 GMT Frederik Heber [dc8827] * LinearAlgebra/configure.ac (modified) Set version of LinearAlgebra to 1.0.2. - LinearAlgebra library is ... Thu, 06 Oct 2011 07:17:47 GMT Frederik Heber [26108c] * LinearAlgebra/src/LinearAlgebra/MatrixContent.cpp (modified) * LinearAlgebra/src/LinearAlgebra/MatrixContent.hpp (modified) * LinearAlgebra/src/LinearAlgebra/RealSpaceMatrix.cpp (modified) * LinearAlgebra/src/LinearAlgebra/RealSpaceMatrix.hpp (modified) * LinearAlgebra/src/unittests/MatrixContentSymmetricUnitTest.cpp (modified) * LinearAlgebra/src/unittests/MatrixContentUnitTest.cpp (modified) * LinearAlgebra/src/unittests/RealSpaceMatrixUnitTest.cpp (modified) FIX: Changed ambigious interface for MatrixContent::transpose(). - ... Thu, 06 Oct 2011 07:17:47 GMT Frederik Heber [59e063] * LinearAlgebra/configure.ac (modified) Set version of LinearAlgebra to 1.0.1. - LinearAlgebra library is ... Thu, 06 Oct 2011 07:17:47 GMT Frederik Heber [cec7a5] * LinearAlgebra/src/LinearAlgebra/MatrixContent.cpp (modified) * LinearAlgebra/src/LinearAlgebra/MatrixContent.hpp (modified) * LinearAlgebra/src/unittests/MatrixContentUnitTest.cpp (modified) * LinearAlgebra/src/unittests/MatrixContentUnitTest.hpp (modified) Added Singular Value Decomposition to MatrixContent. - this allows ... Thu, 06 Oct 2011 07:17:46 GMT Frederik Heber [7a0340] * LinearAlgebra/src/unittests/Makefile.am (modified) * LinearAlgebra/src/unittests/RealSpaceMatrixUnitTest.cpp (moved) * LinearAlgebra/src/unittests/RealSpaceMatrixUnitTest.hpp (moved) Renamed MatrixUnitTest to more appropriate RealSpaceMatrixUnitTest. Thu, 06 Oct 2011 07:17:46 GMT Frederik Heber [e420f9] * LinearAlgebra/src/LinearAlgebra/VectorContent.cpp (modified) * LinearAlgebra/src/LinearAlgebra/VectorContent.hpp (modified) * LinearAlgebra/src/unittests/VectorContentUnitTest.cpp (modified) * LinearAlgebra/src/unittests/VectorContentUnitTest.hpp (modified) Added read/write capability of VectorContent from stream. - this is ... Thu, 06 Oct 2011 07:17:46 GMT Frederik Heber [d2bac9] * LinearAlgebra/src/LinearAlgebra/VectorContent.cpp (modified) * LinearAlgebra/src/LinearAlgebra/VectorContent.hpp (modified) Added VectorContent(gsl_vector *, bool). - Via the bool it can now ... Thu, 06 Oct 2011 07:17:19 GMT Frederik Heber [8b8a5b] * tests/regression/Parser/Mpqc-SetParameters/testsuite-parser-mpqc-set-parameters-theory.at (modified) FIX: Parser/Mpqc-SetParameters and redo/undo are working. - also ... Thu, 06 Oct 2011 07:11:55 GMT Frederik Heber [473237] * src/Parser/PdbParser.cpp (modified) * tests/regression/Makefile.am (modified) * tests/regression/Molecules/BondFile/testsuite-molecules-fragmentation-bond-file.at (modified) * tests/regression/Parser/Pdb/post/CONECTs_emptyspace.pdb (added) * tests/regression/Parser/Pdb/pre/CONECTs_emptyspace.pdb (added) * tests/regression/Parser/Pdb/testsuite-parser-pdb-CONECTs_empty_space.at (added) * tests/regression/Parser/Pdb/testsuite-parser-pdb-with-conects.at (modified) * tests/regression/Parser/testsuite-parser.at (modified) FIX: PdbParser - CONECTs with full 80 chars were not parsed ... Thu, 06 Oct 2011 07:10:04 GMT Frederik Heber [8990879] * src/Parser/PdbParser.cpp (modified) * tests/regression/Makefile.am (modified) * tests/regression/Parser/Pdb/post/Symbol_CapitalLetters.pdb (added) * tests/regression/Parser/Pdb/pre/Symbol_CapitalLetters.pdb (added) * tests/regression/Parser/Pdb/testsuite-parser-pdb-capital_letters_element.at (added) * tests/regression/Parser/testsuite-parser.at (modified) FIX: PdbParser - symbol is now parsed and written in capital letters. ... Wed, 05 Oct 2011 16:23:19 GMT Frederik Heber [f6ba43] * src/Actions/MoleculeAction/CreateMicelleAction.cpp (modified) * src/Actions/MoleculeAction/CreateMicelleAction.def (modified) * src/Shapes/BaseShapes.cpp (modified) * tests/regression/Makefile.am (modified) * tests/regression/Molecules/CreateMicelle/post/tensid.data (added) * tests/regression/Molecules/CreateMicelle/pre/tensid.data (added) * tests/regression/Molecules/CreateMicelle/pre/tensid.potentials (added) * tests/regression/Molecules/CreateMicelle/testsuite-molecules-create-micelle.at (added) * tests/regression/Molecules/testsuite-molecules.at (modified) Many smaller changes to CreateMicelleAction to get it fully working ... Wed, 05 Oct 2011 09:18:21 GMT Frederik Heber [c521e1] * tests/regression/Makefile.am (modified) * tests/regression/Molecules/testsuite-molecules.at (modified) FIX: Shifted CopyMolecule in regression tests to alphabetical order. Wed, 05 Oct 2011 09:18:21 GMT Frederik Heber [c88597] * src/Actions/MoleculeAction/CreateMicelleAction.cpp (modified) Rotation of the molecule in order to bring the polar side of the ... Wed, 05 Oct 2011 09:18:21 GMT Frederik Heber [37f9d4] * src/Actions/MoleculeAction/CreateMicelleAction.cpp (modified) * src/Actions/MoleculeAction/CreateMicelleAction.def (modified) Changed some non-standard stuff with CreateMicelleAction. - renamed ... Wed, 05 Oct 2011 09:18:21 GMT Frederik Heber [2e352f] * src/Actions/MoleculeAction/CreateMicelleAction.cpp (modified) * src/Parser/TremoloParser.cpp (modified) * src/atom.cpp (modified) * src/boundary.cpp (modified) * src/molecule.cpp (modified) Because of problems with columns in data-files, some changes were ...