Ignore:
Timestamp:
Oct 3, 2016, 5:19:53 PM (9 years ago)
Author:
Frederik Heber <heber@…>
Branches:
Fix_FitPotential_needs_atomicnumbers
Children:
96af51
Parents:
6d08032
Message:

Moved SubgraphEdge over to FunctionApproximation and derived argument_t from it.

Location:
src/FunctionApproximation/Subgraph
Files:
1 added
4 moved

Legend:

Unmodified
Added
Removed
  • src/FunctionApproximation/Subgraph/SubgraphEdge.hpp

    r6d08032 r4266eb  
    77
    88
    9 #ifndef POTENTIALS_SUBGRAPH_SUBGRAPHEDGE_HPP_
    10 #define POTENTIALS_SUBGRAPH_SUBGRAPHEDGE_HPP_
     9#ifndef FUNCTIONAPPROXIMATION_SUBGRAPH_SUBGRAPHEDGE_HPP_
     10#define FUNCTIONAPPROXIMATION_SUBGRAPH_SUBGRAPHEDGE_HPP_
    1111
    1212// include config.h
     
    1818 *
    1919 * Each edge contains two indices and two types.
    20  *
    21  * \sa argument_t
    2220 */
    2321class SubgraphEdge
     
    116114  }
    117115
    118 private:
     116protected:
    119117
    120118  //!> indices between which the distance is given
     
    125123
    126124
    127 #endif /* POTENTIALS_SUBGRAPH_SUBGRAPHEDGE_HPP_ */
     125#endif /* FUNCTIONAPPROXIMATION_SUBGRAPH_SUBGRAPHEDGE_HPP_ */
  • src/FunctionApproximation/Subgraph/unittests/SubgraphEdgeUnitTest.cpp

    r6d08032 r4266eb  
    3939#include <cppunit/ui/text/TestRunner.h>
    4040
    41 #include "SubgraphEdgeUnitTest.hpp"
     41#include "../../../FunctionApproximation/Subgraph/unittests/SubgraphEdgeUnitTest.hpp"
    4242
    4343#include <boost/assign.hpp>
     
    4545#include "CodePatterns/Assert.hpp"
    4646
    47 #include "Potentials/Subgraph/SubgraphEdge.hpp"
     47#include "../../../FunctionApproximation/Subgraph/SubgraphEdge.hpp"
    4848
    4949using namespace boost::assign;
Note: See TracChangeset for help on using the changeset viewer.