Changes in src/Fragmentation/Graph.hpp [730d7a:b4f72c]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Fragmentation/Graph.hpp
r730d7a rb4f72c 30 30 ~Graph(); 31 31 32 void InsertGraph( Graph &graph, int *counter);32 void InsertGraph(const Graph &graph, int &counter); 33 33 34 34 bool ParseKeySetFile(std::string &path); 35 bool StoreKeySetFile(std::string &path) ;35 bool StoreKeySetFile(std::string &path) const; 36 36 bool ParseTEFactorsFile(char *path); 37 bool StoreTEFactorsFile(char *path) ;37 bool StoreTEFactorsFile(char *path) const; 38 38 39 39 AdaptivityMap * GraphToAdaptivityMap() const;
Note:
See TracChangeset
for help on using the changeset viewer.