Changeset 4266eb for src/FunctionApproximation/Subgraph/SubgraphEdge.hpp
- Timestamp:
- Oct 3, 2016, 5:19:53 PM (9 years ago)
- Branches:
- Fix_FitPotential_needs_atomicnumbers
- Children:
- 96af51
- Parents:
- 6d08032
- File:
-
- 1 moved
-
src/FunctionApproximation/Subgraph/SubgraphEdge.hpp (moved) (moved from src/Potentials/Subgraph/SubgraphEdge.hpp ) (4 diffs)
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_ */
Note:
See TracChangeset
for help on using the changeset viewer.
