Changeset e0b960 for src/Graph/unittests/BoostGraphCreatorUnitTest.hpp
- Timestamp:
- Jul 12, 2017, 7:10:32 PM (8 years ago)
- Branches:
- Action_Thermostats, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_StructOpt_integration_tests, AutomationFragmentation_failures, Candidate_v1.6.1, ChemicalSpaceEvaluator, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Exclude_Hydrogens_annealWithBondGraph, Fix_Verbose_Codepatterns, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, Gui_displays_atomic_force_velocity, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, PythonUI_with_named_parameters, Recreated_GuiChecks, StoppableMakroAction, TremoloParser_IncreasedPrecision
- Children:
- 4a6ef3
- Parents:
- 966ce7
- git-author:
- Frederik Heber <frederik.heber@…> (05/19/17 13:13:41)
- git-committer:
- Frederik Heber <frederik.heber@…> (07/12/17 19:10:32)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Graph/unittests/BoostGraphCreatorUnitTest.hpp
r966ce7 re0b960 28 28 CPPUNIT_TEST ( createFromMoleculeTest ); 29 29 CPPUNIT_TEST ( createFromAtomsTest ); 30 CPPUNIT_TEST ( addremoveEdgeTest ); 30 31 CPPUNIT_TEST_SUITE_END(); 31 32 … … 37 38 void createFromMoleculeTest(); 38 39 void createFromAtomsTest(); 40 void addremoveEdgeTest(); 39 41 40 42 private:
Note:
See TracChangeset
for help on using the changeset viewer.