Skip to content
Snippets Groups Projects
Commit 2297bc50 authored by jsiegle's avatar jsiegle
Browse files

Merge branch 'hdf4' of https://github.com/open-ephys/GUI into hdf5

parents d145f88d 383eec3b
No related branches found
No related tags found
No related merge requests found
...@@ -733,6 +733,8 @@ void KWIKFile::stopRecording() ...@@ -733,6 +733,8 @@ void KWIKFile::stopRecording()
timeStamps.clear(); timeStamps.clear();
recordings.clear(); recordings.clear();
eventID.clear(); eventID.clear();
nodeID.clear();
channelID.clear();
} }
void KWIKFile::writeEvent(int type, uint8 id, uint8 processor, uint8 channel, uint64 timestamp) void KWIKFile::writeEvent(int type, uint8 id, uint8 processor, uint8 channel, uint64 timestamp)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment