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

Namespace, indent

This commit is contained in:
paboyle 2018-01-14 22:51:18 +00:00
parent e6efc93a7c
commit 7828887604

View File

@ -29,8 +29,7 @@ Author: paboyle <paboyle@ph.ed.ac.uk>
#ifndef QCD_PLAQ_PLUS_RECTANGLE_ACTION_H
#define QCD_PLAQ_PLUS_RECTANGLE_ACTION_H
namespace Grid{
namespace QCD{
NAMESPACE_BEGIN(Grid);
////////////////////////////////////////////////////////////////////////
// PlaqPlusRectangleActoin
@ -146,7 +145,6 @@ namespace Grid{
virtual std::string action_name(){return "DBW2GaugeAction";}
};
}
}
NAMESPACE_END(Grid);
#endif