1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-09 21:50:45 +01:00

Hadrons: more code cleaning

This commit is contained in:
Antonin Portelli 2018-03-02 14:30:45 +00:00
parent c0a929aef7
commit 550142bd6a

View File

@ -35,7 +35,7 @@ See the full license in the file "LICENSE" in the top level distribution directo
BEGIN_HADRONS_NAMESPACE BEGIN_HADRONS_NAMESPACE
/****************************************************************************** /******************************************************************************
* TrKinetic * * Trace of kinetic term *
******************************************************************************/ ******************************************************************************/
BEGIN_MODULE_NAMESPACE(MScalarSUN) BEGIN_MODULE_NAMESPACE(MScalarSUN)
@ -86,7 +86,7 @@ MODULE_REGISTER_NS(TrKineticSU5, TTrKinetic<ScalarNxNAdjImplR<5>>, MScalarSUN);
MODULE_REGISTER_NS(TrKineticSU6, TTrKinetic<ScalarNxNAdjImplR<6>>, MScalarSUN); MODULE_REGISTER_NS(TrKineticSU6, TTrKinetic<ScalarNxNAdjImplR<6>>, MScalarSUN);
/****************************************************************************** /******************************************************************************
* TTrKinetic implementation * * TTrKinetic implementation *
******************************************************************************/ ******************************************************************************/
// constructor ///////////////////////////////////////////////////////////////// // constructor /////////////////////////////////////////////////////////////////
template <typename SImpl> template <typename SImpl>