1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-07-12 11:17:07 +01:00

Ensure Distillation test (Test_distil) works

This commit is contained in:
Michael Marshall
2019-09-16 17:00:46 +01:00
parent 2e963d1a78
commit 2f3dd0703d
4 changed files with 1 additions and 5 deletions

View File

@ -238,7 +238,6 @@ struct DistilParameters: Serializable {
#define DISTIL_PARAMETERS_DEFINE( inSetup ) \
const int Nt{env().getDim(Tdir)}; \
const int nvec{par().nvec}; \
const int Ns{Ns}; \
const int nnoise{par().Distil.nnoise}; \
const int tsrc{par().Distil.tsrc}; \
const int TI{par().Distil.getTI(env(), inSetup)}; \