1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-13 12:47:05 +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 #ifndef SCALAR_INT_ACTION_H
#define SCALAR_INT_ACTION_H #define SCALAR_INT_ACTION_H
// Note: this action can completely absorb the ScalarAction for real float fields // Note: this action can completely absorb the ScalarAction for real float fields
// use the scalarObjs to generalise the structure // use the scalarObjs to generalise the structure
namespace Grid { NAMESPACE_BEGIN(Grid);
// FIXME drop the QCD namespace everywhere here
template <class Impl, int Ndim > template <class Impl, int Ndim >
class ScalarInteractionAction : public QCD::Action<typename Impl::Field> { class ScalarInteractionAction : public QCD::Action<typename Impl::Field> {
@ -143,6 +141,6 @@ namespace Grid {
} }
}; };
} // namespace Grid NAMESPACE_END(Grid);
#endif // SCALAR_INT_ACTION_H #endif // SCALAR_INT_ACTION_H