mirror of
https://github.com/paboyle/Grid.git
synced 2025-12-31 01:44:44 +00:00
Hadrons: first complete prototype for run loop
This commit is contained in:
@@ -21,21 +21,15 @@
|
||||
#define Hadrons_Environment_hpp_
|
||||
|
||||
#include <Hadrons/Global.hpp>
|
||||
#include <Hadrons/Graph.hpp>
|
||||
|
||||
BEGIN_HADRONS_NAMESPACE
|
||||
|
||||
/******************************************************************************
|
||||
* Global environment *
|
||||
******************************************************************************/
|
||||
// TODO: make it a singleton
|
||||
class Environment
|
||||
{
|
||||
public:
|
||||
// constructor
|
||||
Environment(void);
|
||||
// destructor
|
||||
virtual ~Environment(void) = default;
|
||||
SINGLETON(Environment);
|
||||
};
|
||||
|
||||
END_HADRONS_NAMESPACE
|
||||
|
||||
Reference in New Issue
Block a user