1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

Fix NVCC warning unused variable

This commit is contained in:
Peter Boyle 2019-06-17 13:58:45 +01:00
parent 703dc20377
commit b8f71b6777

View File

@ -466,7 +466,7 @@ void A2AMatrixIo<T>::saveBlock(const T *data,
block = {1, 1, 1};
H5NS::DataSpace memspace(count.size(), count.data()), dataspace;
H5NS::DataSet dataset;
size_t shift;
// size_t shift;
push(reader, dataname_);
auto &group = reader.getGroup();