mirror of
https://github.com/paboyle/Grid.git
synced 2025-12-24 22:44:43 +00:00
Hadrons: application class now take parameter file name as argument
This commit is contained in:
@@ -64,7 +64,7 @@ public:
|
||||
|
||||
public:
|
||||
// constructor
|
||||
Application(int argc, char *argv[]);
|
||||
Application(const std::string parameterFileName);
|
||||
// destructor
|
||||
virtual ~Application(void);
|
||||
// execute
|
||||
|
||||
Reference in New Issue
Block a user