mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 03:05:55 +01:00
Revert "Add function to say whether or not a module exists in application class"
This reverts commit 522f6bf91ae85ef33aea2dc51ec77b545944242a.
This commit is contained in:
parent
2b2fc6453f
commit
06f7ee202e
@ -91,11 +91,6 @@ const Application::GlobalPar & Application::getPar(void)
|
||||
return par_;
|
||||
}
|
||||
|
||||
bool Application::hasModule(const std::string name)
|
||||
{
|
||||
return env().hasModule(name);
|
||||
}
|
||||
|
||||
// execute /////////////////////////////////////////////////////////////////////
|
||||
void Application::run(void)
|
||||
{
|
||||
|
@ -86,7 +86,6 @@ public:
|
||||
void createModule(const std::string name);
|
||||
template <typename M>
|
||||
void createModule(const std::string name, const typename M::Par &par);
|
||||
bool hasModule(const std::string name);
|
||||
// execute
|
||||
void run(void);
|
||||
// XML parameter file I/O
|
||||
|
Loading…
x
Reference in New Issue
Block a user