Skip to content

Commit

Permalink
Fix build error after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel committed Oct 22, 2024
1 parent ae66f33 commit 69df3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nwb/ecephys/ElectricalSeries.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ void ElectricalSeries::initialize(const IO::BaseDataType& dataType,
&channelConversions[0]);
// add axis attribute for channel conversion
const signed int axis_value = 1;
m_io->createAttribute(BaseDataType::I32,
m_io->createAttribute(IO::BaseDataType::I32,
&axis_value,
this->getPath() + "/channel_conversion",
"axis",
Expand Down

0 comments on commit 69df3e0

Please sign in to comment.