mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-15 14:27:06 +01:00
Namespace, indent
This commit is contained in:
@ -29,8 +29,7 @@ Author: paboyle <paboyle@ph.ed.ac.uk>
|
|||||||
#ifndef QCD_PLAQ_PLUS_RECTANGLE_ACTION_H
|
#ifndef QCD_PLAQ_PLUS_RECTANGLE_ACTION_H
|
||||||
#define QCD_PLAQ_PLUS_RECTANGLE_ACTION_H
|
#define QCD_PLAQ_PLUS_RECTANGLE_ACTION_H
|
||||||
|
|
||||||
namespace Grid{
|
NAMESPACE_BEGIN(Grid);
|
||||||
namespace QCD{
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////
|
||||||
// PlaqPlusRectangleActoin
|
// PlaqPlusRectangleActoin
|
||||||
@ -146,7 +145,6 @@ namespace Grid{
|
|||||||
virtual std::string action_name(){return "DBW2GaugeAction";}
|
virtual std::string action_name(){return "DBW2GaugeAction";}
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
NAMESPACE_END(Grid);
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user