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

Get rid of unnecessary multiFile options

This commit is contained in:
Michael Marshall
2019-05-01 08:53:08 +01:00
parent 334f29becb
commit e72e26c899
3 changed files with 44 additions and 43 deletions

View File

@ -58,7 +58,6 @@ public:
std::string, lapevec,
std::string, source,
std::string, sink,
bool, multiFile,
int, tsrc,
std::string, nvec,
std::string, TI)

View File

@ -49,7 +49,6 @@ public:
std::string, solver,
std::string, noise,
std::string, PerambFileName, //stem!!!
bool, multiFile,
int, nvec,
DistilParameters, Distil);
};