mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-25 13:15:55 +01:00
Namespace
This commit is contained in:
parent
f4623fd551
commit
c1438cbbe3
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user