Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Fragmentation/Graph.hpp

    r730d7a rb4f72c  
    3030  ~Graph();
    3131
    32   void InsertGraph(Graph &graph, int *counter);
     32  void InsertGraph(const Graph &graph, int &counter);
    3333
    3434  bool ParseKeySetFile(std::string &path);
    35   bool StoreKeySetFile(std::string &path);
     35  bool StoreKeySetFile(std::string &path) const;
    3636  bool ParseTEFactorsFile(char *path);
    37   bool StoreTEFactorsFile(char *path);
     37  bool StoreTEFactorsFile(char *path) const;
    3838
    3939  AdaptivityMap * GraphToAdaptivityMap() const;
Note: See TracChangeset for help on using the changeset viewer.