Changeset 9eb71b3 for src/cleanUp.cpp
- Timestamp:
- May 5, 2017, 2:08:59 PM (8 years ago)
- Branches:
- Action_Thermostats, Add_AtomRandomPerturbation, Add_RotateAroundBondAction, Add_SelectAtomByNameAction, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_StructOpt_integration_tests, AutomationFragmentation_failures, Candidate_v1.6.1, ChangeBugEmailaddress, ChangingTestPorts, ChemicalSpaceEvaluator, Disabling_MemDebug, Docu_Python_wait, EmpiricalPotential_contain_HomologyGraph_documentation, Enhance_userguide, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Example_ManyWaysToTranslateAtom, Exclude_Hydrogens_annealWithBondGraph, Fix_ChronosMutex, Fix_StatusMsg, Fix_StepWorldTime_single_argument, Fix_Verbose_Codepatterns, ForceAnnealing_goodresults, ForceAnnealing_oldresults, ForceAnnealing_tocheck, 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, RotateToPrincipalAxisSystem_UndoRedo, StoppableMakroAction, TremoloParser_IncreasedPrecision, TremoloParser_MultipleTimesteps, Ubuntu_1604_changes
- Children:
- ac9dc8
- Parents:
- aa91de0
- git-author:
- Frederik Heber <frederik.heber@…> (05/05/17 12:22:20)
- git-committer:
- Frederik Heber <frederik.heber@…> (05/05/17 14:08:59)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/cleanUp.cpp
raa91de0 r9eb71b3 37 37 #include <iomanip> 38 38 39 #include "CodePatterns/MemDebug.hpp"39 //#include "CodePatterns/MemDebug.hpp" 40 40 41 41 #include "cleanUp.hpp" … … 85 85 { 86 86 // XmlParser has static instance that uses vectorContent as well 87 Memory::ignore(FormatParser< xml >::defaultAtomInfo.field.get());87 //Memory::ignore(FormatParser< xml >::defaultAtomInfo.field.get()); 88 88 } 89 89 … … 154 154 GlobalObservableInfo::purgeInstance(); 155 155 #endif 156 Memory::getState();156 //Memory::getState(); 157 157 } 158 158 … … 208 208 void dumpMemory() 209 209 { 210 ofstream ost("molecuilder.memdump");211 Memory::dumpMemory(ost);210 //ofstream ost("molecuilder.memdump"); 211 //Memory::dumpMemory(ost); 212 212 } 213 213
Note:
See TracChangeset
for help on using the changeset viewer.