Changeset 4266eb for src/FunctionApproximation/Subgraph
- Timestamp:
- Oct 3, 2016, 5:19:53 PM (9 years ago)
- Branches:
- Fix_FitPotential_needs_atomicnumbers
- Children:
- 96af51
- Parents:
- 6d08032
- Location:
- src/FunctionApproximation/Subgraph
- Files:
-
- 1 added
- 4 moved
-
PotentialSubgraph.hpp (moved) (moved from src/Potentials/Subgraph/PotentialSubgraph.hpp )
-
SubgraphEdge.hpp (moved) (moved from src/Potentials/Subgraph/SubgraphEdge.hpp ) (4 diffs)
-
unittests/Makefile.am (added)
-
unittests/SubgraphEdgeUnitTest.cpp (moved) (moved from src/Potentials/Subgraph/unittests/SubgraphEdgeUnitTest.cpp ) (2 diffs)
-
unittests/SubgraphEdgeUnitTest.hpp (moved) (moved from src/Potentials/Subgraph/unittests/SubgraphEdgeUnitTest.hpp )
Legend:
- Unmodified
- Added
- Removed
-
src/FunctionApproximation/Subgraph/SubgraphEdge.hpp
r6d08032 r4266eb 7 7 8 8 9 #ifndef POTENTIALS_SUBGRAPH_SUBGRAPHEDGE_HPP_10 #define POTENTIALS_SUBGRAPH_SUBGRAPHEDGE_HPP_9 #ifndef FUNCTIONAPPROXIMATION_SUBGRAPH_SUBGRAPHEDGE_HPP_ 10 #define FUNCTIONAPPROXIMATION_SUBGRAPH_SUBGRAPHEDGE_HPP_ 11 11 12 12 // include config.h … … 18 18 * 19 19 * Each edge contains two indices and two types. 20 *21 * \sa argument_t22 20 */ 23 21 class SubgraphEdge … … 116 114 } 117 115 118 pr ivate:116 protected: 119 117 120 118 //!> indices between which the distance is given … … 125 123 126 124 127 #endif /* POTENTIALS_SUBGRAPH_SUBGRAPHEDGE_HPP_ */125 #endif /* FUNCTIONAPPROXIMATION_SUBGRAPH_SUBGRAPHEDGE_HPP_ */ -
src/FunctionApproximation/Subgraph/unittests/SubgraphEdgeUnitTest.cpp
r6d08032 r4266eb 39 39 #include <cppunit/ui/text/TestRunner.h> 40 40 41 #include " SubgraphEdgeUnitTest.hpp"41 #include "../../../FunctionApproximation/Subgraph/unittests/SubgraphEdgeUnitTest.hpp" 42 42 43 43 #include <boost/assign.hpp> … … 45 45 #include "CodePatterns/Assert.hpp" 46 46 47 #include " Potentials/Subgraph/SubgraphEdge.hpp"47 #include "../../../FunctionApproximation/Subgraph/SubgraphEdge.hpp" 48 48 49 49 using namespace boost::assign;
Note:
See TracChangeset
for help on using the changeset viewer.
