fixes to cluster finder

This commit is contained in:
bergamaschi 2024-08-28 15:01:53 +02:00
parent 8ada7b6e37
commit 217973cdb4

View File

@ -181,7 +181,7 @@ int main(int argc, char *argv[]) {
#endif
#ifndef MOENCH04
moench03v2Data *decoder = new moench03v2Data(100);
moench03v2Data *decoder = new moench03v2Data(nrows/2);
cout << "MOENCH03!" << endl;
#endif
@ -383,7 +383,7 @@ int main(int argc, char *argv[]) {
runmax--;
flist.close();
cout << "Found " << runmax << " files " << endl;
flist.open (fformat, std::ifstream::in);
flist.open (args["flist"].c_str(), std::ifstream::in);
}
for (int irun = runmin; irun <= runmax; irun++) {