Changeset 96af51 for src/FunctionApproximation/Subgraph
- Timestamp:
- Oct 3, 2016, 5:21:50 PM (9 years ago)
- Branches:
- Fix_FitPotential_needs_atomicnumbers
- Children:
- 7ec605
- Parents:
- 4266eb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/FunctionApproximation/Subgraph/PotentialSubgraph.hpp
r4266eb r96af51 17 17 #include <vector> 18 18 19 #include " Potentials/Subgraph/SubgraphEdge.hpp"19 #include "../../FunctionApproximation/Subgraph/SubgraphEdge.hpp" 20 20 21 21 /** This class contains the specific definition of a subgraph that a specific … … 27 27 PotentialSubgraph(); 28 28 ~PotentialSubgraph(); 29 30 //!> typedef for vector of edges 31 typedef std::vector<SubgraphEdge> edges_t; 29 32 30 33 /** Adds an edge to the subgraph. … … 42 45 43 46 private: 44 typedef std::vector<SubgraphEdge> edges_t;45 47 edges_t edges; 46 48 };
Note:
See TracChangeset
for help on using the changeset viewer.
