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

added some TODO comments; needs discussion

This commit is contained in:
2019-01-31 16:54:11 +00:00
parent b6b267fd4b
commit 7cc13f48d5
2 changed files with 5 additions and 5 deletions

View File

@ -156,7 +156,7 @@ void TDistilVectors<FImpl>::execute(void)
int nnoise=par().nnoise;
int LI=par().LI;
int Ns=par().Ns;
int Nt_inv=par().Nt_inv;
int Nt_inv=par().Nt_inv; // TODO: No input, but define through Nt, TI
int Nt=par().Nt;
int TI=par().TI;
int nvec=par().nvec;