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

Code cleaning

This commit is contained in:
Antonin Portelli 2017-01-12 18:17:44 +00:00
parent ad98b6193d
commit 889d828bc2
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ using namespace Hadrons;
using namespace MScalar; using namespace MScalar;
/****************************************************************************** /******************************************************************************
* TChargedProp implementation * * TChargedProp implementation *
******************************************************************************/ ******************************************************************************/
// constructor ///////////////////////////////////////////////////////////////// // constructor /////////////////////////////////////////////////////////////////
TChargedProp::TChargedProp(const std::string name) TChargedProp::TChargedProp(const std::string name)

View File

@ -8,7 +8,7 @@
BEGIN_HADRONS_NAMESPACE BEGIN_HADRONS_NAMESPACE
/****************************************************************************** /******************************************************************************
* ChargedProp * * Charged scalar propagator *
******************************************************************************/ ******************************************************************************/
BEGIN_MODULE_NAMESPACE(MScalar) BEGIN_MODULE_NAMESPACE(MScalar)