resetting frames in file when creating a new hdf5 file

This commit is contained in:
2022-03-30 15:39:20 +02:00
parent e55e18d5e9
commit 28572af3ab
2 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@ void BinaryDataFile::WriteToFile(char *buffer, const int buffersize,
++subFileIndex_;
CreateFile();
}
numFramesInFile_++;
++numFramesInFile_;
// write to file
int ret = 0;