mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-31 07:00:41 +02:00
tweak file name
This commit is contained in:
parent
9b13ddf6be
commit
35c37998f3
@ -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" );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user