mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-12 20:27:06 +01:00
Namespace
This commit is contained in:
@ -27,8 +27,8 @@ Author: Peter Boyle <paboyle@ph.ed.ac.uk>
|
|||||||
/* END LEGAL */
|
/* END LEGAL */
|
||||||
#ifndef GRID_QCD_SPACE_TIME_GRID_H
|
#ifndef GRID_QCD_SPACE_TIME_GRID_H
|
||||||
#define GRID_QCD_SPACE_TIME_GRID_H
|
#define GRID_QCD_SPACE_TIME_GRID_H
|
||||||
namespace Grid {
|
|
||||||
namespace QCD {
|
NAMESPACE_BEGIN(Grid);
|
||||||
|
|
||||||
class SpaceTimeGrid {
|
class SpaceTimeGrid {
|
||||||
public:
|
public:
|
||||||
@ -45,6 +45,6 @@ class SpaceTimeGrid {
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}}
|
NAMESPACE_END(Grid);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user