1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-12 20:27:06 +01:00

Namespace

This commit is contained in:
paboyle
2018-01-14 22:17:43 +00:00
parent 361ce948c3
commit e61189db3f

View File

@ -30,8 +30,7 @@ directory
#ifndef HMC_TOP_CHARGE_H
#define HMC_TOP_CHARGE_H
namespace Grid {
namespace QCD {
NAMESPACE_BEGIN(Grid);
struct TopologySmearingParameters : Serializable {
GRID_SERIALIZABLE_CLASS_MEMBERS(TopologySmearingParameters,
@ -116,7 +115,7 @@ class TopologicalCharge : public HmcObservable<typename Impl::Field> {
}
};
}
}
NAMESPACE_END(Grid);
#endif // HMC_TOP_CHARGE_H