1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-16 23:07:05 +01:00

Minor changes

This commit is contained in:
Guido Cossu
2017-10-09 09:44:03 +01:00
parent ac5cfd33a6
commit f4e6824f22
3 changed files with 5 additions and 5 deletions

View File

@ -48,7 +48,7 @@ BEGIN_HADRONS_NAMESPACE
*/
/******************************************************************************
* Z2 stochastic source *
* Laplace smearing operator *
******************************************************************************/
BEGIN_MODULE_NAMESPACE(MSource)
@ -85,7 +85,7 @@ class TLaplacian : public Module<LaplacianPar>
MODULE_REGISTER_NS(LaplaceSmearing, TLaplacian<FIMPL>, MSource);
/******************************************************************************
* TLaplacian template implementation *
* TLaplacian template implementation *
******************************************************************************/
// constructor /////////////////////////////////////////////////////////////////
template <typename FImpl>