Skip to content

Commit 5db8bbe

Browse files
committed
Fix samplerate attribute replication in kwd files
1 parent 84de117 commit 5db8bbe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Source/Processors/RecordNode/HDF5Recording.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ void HDF5Recording::closeFiles()
157157
fileArray[i]->stopRecording();
158158
fileArray[i]->close();
159159
bitVoltsArray[i]->clear();
160+
sampleRatesArray[i]->clear();
160161
}
161162
}
162163
}

0 commit comments

Comments
 (0)