1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-12-24 14:34:44 +00:00

First graph class implementation and test

This commit is contained in:
2015-11-05 14:28:14 +00:00
parent 538b16610b
commit c4e2202550
7 changed files with 416 additions and 1 deletions

View File

@@ -37,7 +37,8 @@ public:
// execute
void run(void);
private:
void parseParameters(void);
// parse parameter file
void parseParameterFile(void);
private:
std::string parameterFileName_;
};