1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-11 14:40:46 +01:00

Namespace QCD gone

This commit is contained in:
paboyle 2018-01-14 22:38:22 +00:00
parent cc349c6512
commit 6ee5ea6b32

View File

@ -30,12 +30,10 @@ directory
#ifndef SCALAR_INT_ACTION_H
#define SCALAR_INT_ACTION_H
// Note: this action can completely absorb the ScalarAction for real float fields
// use the scalarObjs to generalise the structure
namespace Grid {
// FIXME drop the QCD namespace everywhere here
NAMESPACE_BEGIN(Grid);
template <class Impl, int Ndim >
class ScalarInteractionAction : public QCD::Action<typename Impl::Field> {
@ -143,6 +141,6 @@ namespace Grid {
}
};
} // namespace Grid
NAMESPACE_END(Grid);
#endif // SCALAR_INT_ACTION_H