mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 15:55:37 +00:00
Namespace
This commit is contained in:
parent
fdcbe0a0d1
commit
9aa34dc803
@ -28,8 +28,8 @@ Author: Peter Boyle <paboyle@ph.ed.ac.uk>
|
|||||||
|
|
||||||
#ifndef GRID_QCD_GAUGE_FIX_H
|
#ifndef GRID_QCD_GAUGE_FIX_H
|
||||||
#define GRID_QCD_GAUGE_FIX_H
|
#define GRID_QCD_GAUGE_FIX_H
|
||||||
namespace Grid {
|
|
||||||
namespace QCD {
|
NAMESPACE_BEGIN(Grid);
|
||||||
|
|
||||||
template <class Gimpl>
|
template <class Gimpl>
|
||||||
class FourierAcceleratedGaugeFixer : public Gimpl {
|
class FourierAcceleratedGaugeFixer : public Gimpl {
|
||||||
@ -188,6 +188,6 @@ class FourierAcceleratedGaugeFixer : public Gimpl {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
NAMESPACE_END(Grid);
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user