Changeset d8c6c7
- Timestamp:
- Jun 19, 2017, 8:24:16 AM (8 years ago)
- Branches:
- Action_Thermostats, Add_AtomRandomPerturbation, Add_SelectAtomByNameAction, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_StructOpt_integration_tests, AutomationFragmentation_failures, Candidate_v1.6.1, ChangeBugEmailaddress, ChemicalSpaceEvaluator, EmpiricalPotential_contain_HomologyGraph_documentation, Enhance_userguide, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Example_ManyWaysToTranslateAtom, Exclude_Hydrogens_annealWithBondGraph, Fix_Verbose_Codepatterns, ForceAnnealing_oldresults, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, GeometryObjects, Gui_displays_atomic_force_velocity, IndependentFragmentGrids_IntegrationTest, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, PythonUI_with_named_parameters, QtGui_reactivate_TimeChanged_changes, Recreated_GuiChecks, StoppableMakroAction, TremoloParser_IncreasedPrecision, TremoloParser_MultipleTimesteps
- Children:
- 48eab8
- Parents:
- 6af6470
- git-author:
- Frederik Heber <heber@…> (03/25/17 13:20:36)
- git-committer:
- Frederik Heber <frederik.heber@…> (06/19/17 08:24:16)
- Location:
- src
- Files:
-
- 5 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.am
r6af6470 rd8c6c7 11 11 # libMolecuilder.la requires the libraries listed below 12 12 13 include Geometry/Makefile.am 13 14 include Helpers/Makefile.am 14 15 include Shapes/Makefile.am -
src/UIElements/Makefile.am
r6af6470 rd8c6c7 308 308 libMolecuilderParser.la \ 309 309 libMolecuilderParameters.la \ 310 libMolecuilderGeometry.la \ 310 311 libMolecuilderShapes.la \ 311 312 libMolecuilderLinkedCell.la \ -
src/cleanUp.cpp
r6af6470 rd8c6c7 54 54 #include "Fragmentation/Summation/Containers/FragmentationResultContainer.hpp" 55 55 56 #include "Geometry/GeometryRegistry.hpp" 57 56 58 #include "MoleculeObserver.hpp" 57 59 … … 95 97 // make sure that ActionQueue is already purged! 96 98 FragmentationResultContainer::purgeInstance(); 99 GeometryRegistry::purgeInstance(); 97 100 Chronos::purgeInstance(); 98 101 PotentialFactory::purgeInstance();
Note:
See TracChangeset
for help on using the changeset viewer.