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.

File:
1 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_ */
Note: See TracChangeset for help on using the changeset viewer.