fixes to cluster finder

This commit is contained in:
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 #endif
#ifndef MOENCH04 #ifndef MOENCH04
moench03v2Data *decoder = new moench03v2Data(100); moench03v2Data *decoder = new moench03v2Data(nrows/2);
cout << "MOENCH03!" << endl; cout << "MOENCH03!" << endl;
#endif #endif
@ -383,7 +383,7 @@ int main(int argc, char *argv[]) {
runmax--; runmax--;
flist.close(); flist.close();
cout << "Found " << runmax << " files " << endl; 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++) { for (int irun = runmin; irun <= runmax; irun++) {