Skip to content
Snippets Groups Projects
Commit bd752ff9 authored by Aaron Cuevas Lopez's avatar Aaron Cuevas Lopez
Browse files

fix building error

parent c19e7fc9
Branches
No related tags found
No related merge requests found
......@@ -532,6 +532,7 @@ bool NWBFile::startNewRecording(int recordingNumber, const Array<ContinuousGroup
CHECK_ERROR(setAttributeStr(description, fullPath, "description"));
CHECK_ERROR(setAttributeStr(identifier, fullPath, "identifier"));
}
return true;
}
void NWBFile::writeEventMetaData(TimeSeries* timeSeries, const MetaDataEventObject* info, const MetaDataEvent* event)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment