tweak file name

This commit is contained in:
hinger_v 2025-03-11 11:55:53 +01:00
parent 9b13ddf6be
commit 35c37998f3

View File

@ -344,7 +344,7 @@ int main(int argc, char *argv[]) {
std::vector<std::string> cfnames(nSC);
for ( int s = 0; s < nSC; ++s ) {
std::string fsuffix = "_SC" + std::to_string(s);
std::string fsuffix = "SC" + std::to_string(s);
cfnames[s] = createFileName( outdir, getRootString(filenames[ifile]), fsuffix, "clust" );
}