mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-18 09:45:55 +01:00
Namespace
This commit is contained in:
parent
b331ecea78
commit
6a62a9c6a5
@ -30,8 +30,7 @@ directory
|
|||||||
#ifndef METRIC_H
|
#ifndef METRIC_H
|
||||||
#define METRIC_H
|
#define METRIC_H
|
||||||
|
|
||||||
namespace Grid{
|
NAMESPACE_BEGIN(Grid);
|
||||||
namespace QCD{
|
|
||||||
|
|
||||||
template <typename Field>
|
template <typename Field>
|
||||||
class Metric{
|
class Metric{
|
||||||
@ -212,15 +211,6 @@ public:
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
NAMESPACE_END(Grid);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#endif //METRIC_H
|
#endif //METRIC_H
|
Loading…
x
Reference in New Issue
Block a user