Changeset aa91de0
- Timestamp:
- May 5, 2017, 2:08:57 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:
- 9eb71b3
- Parents:
- eca0d7
- git-author:
- Frederik Heber <frederik.heber@…> (05/05/17 13:14:30)
- git-committer:
- Frederik Heber <frederik.heber@…> (05/05/17 14:08:57)
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/JobMarket/src/JobMarket/types.hpp
reca0d7 raa91de0 14 14 #endif 15 15 16 #include <cstddef> 17 16 18 //!> type for ids of jobs 17 19 typedef size_t JobId_t; -
src/Atom/CopyAtoms/CopyAtomsInterface.hpp
reca0d7 raa91de0 14 14 #endif 15 15 16 #include <cstddef> 16 17 #include <vector> 17 18 -
src/Bond/GraphEdge.cpp
reca0d7 raa91de0 35 35 #include "CodePatterns/MemDebug.hpp" 36 36 37 #include <string> 38 37 39 #include "Bond/GraphEdge.hpp" 38 40 #include "CodePatterns/Log.hpp" … … 69 71 }; 70 72 71 st ring GraphEdge::getColorName(enum Shading color)73 std::string GraphEdge::getColorName(enum Shading color) 72 74 { 73 75 switch (color) { -
src/Filling/Preparators/BaseFillerPreparator.hpp
reca0d7 raa91de0 13 13 #include <config.h> 14 14 #endif 15 16 #include <cstddef> 15 17 16 18 class atom; -
src/Fragmentation/UniqueFragments.hpp
reca0d7 raa91de0 14 14 #endif 15 15 16 #include <cstddef> 16 17 #include <vector> 17 18 -
src/Parser/ParserTypes.hpp
reca0d7 raa91de0 13 13 #include <config.h> 14 14 #endif 15 16 #include <cstddef> 15 17 16 18 #include <boost/preprocessor/seq/elem.hpp> -
src/Potentials/Specifics/PotentialTypes.hpp
reca0d7 raa91de0 15 15 #include <config.h> 16 16 #endif 17 18 #include <cstddef> 17 19 18 20 #include <boost/preprocessor/seq/elem.hpp> -
src/RandomNumbers/RandomNumberDistribution.hpp
reca0d7 raa91de0 13 13 #include <config.h> 14 14 #endif 15 16 #include <string> 15 17 16 18 class RandomNumberDistributionFactoryTest;
Note:
See TracChangeset
for help on using the changeset viewer.