Skip to content

Commit

Permalink
remove unused chunksize variable
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince committed Mar 27, 2024
1 parent d7f5e40 commit 61eb390
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions src/io/BaseIO.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -353,11 +353,6 @@ class BaseRecordingData
*/
int xPos;

/**
* @brief The size of each chunk in the x dimension.
*/
SizeType xChunkSize;

/**
* @brief The size of the data block in each dimension.
*/
Expand Down
1 change: 0 additions & 1 deletion src/io/HDF5IO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,6 @@ HDF5RecordingData::HDF5RecordingData(H5::DataSet* data)
else
this->size[2] = 1;

this->xChunkSize = chunk[0];
this->xPos = 0;
this->dSet = std::make_unique<H5::DataSet>(*data);
;
Expand Down

0 comments on commit 61eb390

Please sign in to comment.