Changeset 96af51


Ignore:
Timestamp:
Oct 3, 2016, 5:21:50 PM (9 years ago)
Author:
Frederik Heber <heber@…>
Branches:
Fix_FitPotential_needs_atomicnumbers
Children:
7ec605
Parents:
4266eb
Message:

tempcommit: Changes to PotentialSubgraph due to move.

Location:
src/FunctionApproximation
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/FunctionApproximation/Extractors.hpp

    r4266eb r96af51  
    1818#include "Fragmentation/Summation/SetValues/Fragment.hpp"
    1919#include "FunctionApproximation/FunctionModel.hpp"
     20#include "FunctionApproximation/Subgraph/PotentialSubgraph.hpp"
    2021
    2122class Fragment;
  • src/FunctionApproximation/Subgraph/PotentialSubgraph.hpp

    r4266eb r96af51  
    1717#include <vector>
    1818
    19 #include "Potentials/Subgraph/SubgraphEdge.hpp"
     19#include "../../FunctionApproximation/Subgraph/SubgraphEdge.hpp"
    2020
    2121/** This class contains the specific definition of a subgraph that a specific
     
    2727  PotentialSubgraph();
    2828  ~PotentialSubgraph();
     29
     30  //!> typedef for vector of edges
     31  typedef std::vector<SubgraphEdge> edges_t;
    2932
    3033  /** Adds an edge to the subgraph.
     
    4245
    4346private:
    44   typedef std::vector<SubgraphEdge> edges_t;
    4547  edges_t edges;
    4648};
Note: See TracChangeset for help on using the changeset viewer.