1
0
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:
2015-12-23 14:21:35 +00:00
parent 379580cd89
commit 76c78f04e2
14 changed files with 600 additions and 60 deletions

View File

@@ -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