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:
@@ -37,7 +37,8 @@ public:
|
||||
// execute
|
||||
void run(void);
|
||||
private:
|
||||
void parseParameters(void);
|
||||
// parse parameter file
|
||||
void parseParameterFile(void);
|
||||
private:
|
||||
std::string parameterFileName_;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user