mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-17 10:58:41 +01:00
resetting frames in file when creating a new hdf5 file
This commit is contained in:
@@ -72,7 +72,7 @@ void BinaryDataFile::WriteToFile(char *buffer, const int buffersize,
|
||||
++subFileIndex_;
|
||||
CreateFile();
|
||||
}
|
||||
numFramesInFile_++;
|
||||
++numFramesInFile_;
|
||||
|
||||
// write to file
|
||||
int ret = 0;
|
||||
|
||||
Reference in New Issue
Block a user