Changeset 4266eb for src/FunctionApproximation/Subgraph/unittests
- Timestamp:
- Oct 3, 2016, 5:19:53 PM (9 years ago)
- Branches:
- Fix_FitPotential_needs_atomicnumbers
- Children:
- 96af51
- Parents:
- 6d08032
- Location:
- src/FunctionApproximation/Subgraph/unittests
- Files:
-
- 1 added
- 2 moved
-
Makefile.am (added)
-
SubgraphEdgeUnitTest.cpp (moved) (moved from src/Potentials/Subgraph/unittests/SubgraphEdgeUnitTest.cpp ) (2 diffs)
-
SubgraphEdgeUnitTest.hpp (moved) (moved from src/Potentials/Subgraph/unittests/SubgraphEdgeUnitTest.hpp )
Legend:
- Unmodified
- Added
- Removed
-
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.
