Changeset 91a3f7
- Timestamp:
- Oct 3, 2016, 5:37:01 PM (9 years ago)
- Branches:
- Fix_FitPotential_needs_atomicnumbers
- Children:
- 29de39
- Parents:
- 35760a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/FunctionApproximation/Subgraph/PotentialSubgraph.hpp
r35760a r91a3f7 25 25 { 26 26 public: 27 PotentialSubgraph();28 ~PotentialSubgraph();29 27 30 28 //!> typedef for vector of edges 31 29 typedef std::vector<SubgraphEdge> edges_t; 30 31 /** Cstor of class PotentialSubgraph. 32 * 33 * \param _edges list of edges 34 */ 35 PotentialSubgraph(const edges_t &_edges) : 36 edges(_edges) 37 {} 32 38 33 39 /** Adds an edge to the subgraph.
Note:
See TracChangeset
for help on using the changeset viewer.
