mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-13 12:47:05 +01:00
Namespace
This commit is contained in:
@ -30,8 +30,7 @@ directory
|
|||||||
#ifndef QCD_PSEUDOFERMION_TWO_FLAVOUR_H
|
#ifndef QCD_PSEUDOFERMION_TWO_FLAVOUR_H
|
||||||
#define QCD_PSEUDOFERMION_TWO_FLAVOUR_H
|
#define QCD_PSEUDOFERMION_TWO_FLAVOUR_H
|
||||||
|
|
||||||
namespace Grid {
|
NAMESPACE_BEGIN(Grid);
|
||||||
namespace QCD {
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////
|
||||||
// Two flavour pseudofermion action for any dop
|
// Two flavour pseudofermion action for any dop
|
||||||
@ -154,7 +153,7 @@ class TwoFlavourPseudoFermionAction : public Action<typename Impl::GaugeField> {
|
|||||||
// not taking here the traceless antihermitian component
|
// not taking here the traceless antihermitian component
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
|
||||||
}
|
NAMESPACE_END(Grid);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user