1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-15 14:27:06 +01:00

Hadrons: code cleaning

This commit is contained in:
2018-03-02 14:29:54 +00:00
parent 37fe944224
commit c0a929aef7
8 changed files with 42 additions and 11 deletions

View File

@ -36,8 +36,8 @@ See the full license in the file "LICENSE" in the top level distribution directo
BEGIN_HADRONS_NAMESPACE
/******************************************************************************
* LocalCoherenceLanczos *
******************************************************************************/
* Local coherence Lanczos eigensolver *
*****************************************************************************/
BEGIN_MODULE_NAMESPACE(MSolver)
class LocalCoherenceLanczosPar: Serializable
@ -98,7 +98,7 @@ MODULE_REGISTER_NS(ZLocalCoherenceLanczos,
MSolver);
/******************************************************************************
* TLocalCoherenceLanczos implementation *
* TLocalCoherenceLanczos implementation *
******************************************************************************/
// constructor /////////////////////////////////////////////////////////////////
template <typename FImpl, int nBasis>