mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-12 20:27:06 +01:00
Namespace
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user