1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 01:05:38 +01:00

worked on test_distil

This commit is contained in:
ferben 2019-11-13 14:59:44 +00:00
parent a977d9901b
commit ee9dd22643

View File

@ -142,7 +142,7 @@ std::string test_Solver(Application &application, const char * pSuffix = nullptr
/////////////////////////////////////////////////////////////
std::string test_DPar(Application &application) {
MDistil::DistilPar DPar;
MDistil::DistilParameters DPar;
DPar.nvec = 5;
DPar.nnoise = 1;
DPar.tsrc = 0;