1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-13 04:37:05 +01:00

Permabulator is read back from disk if it exists instead of being created

This commit is contained in:
2019-02-04 12:06:32 +00:00
parent c7aa4e0c1f
commit 008ac6b5ae
2 changed files with 42 additions and 28 deletions

View File

@ -131,7 +131,7 @@ void test_PerambulatorsS(Application &application)
// PerambLight parameters
MDistil::PerambLight::Par PerambPar;
PerambPar.eigenPack="LapEvec";
PerambPar.PerambFileName="peramb.bin";
PerambPar.PerambFileName="perambS.bin";
PerambPar.Distil.tsrc = 0;
PerambPar.Distil.nnoise = 1;
PerambPar.Distil.LI=3;