mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
Fix NVCC warning unused variable
This commit is contained in:
parent
703dc20377
commit
b8f71b6777
@ -466,7 +466,7 @@ void A2AMatrixIo<T>::saveBlock(const T *data,
|
|||||||
block = {1, 1, 1};
|
block = {1, 1, 1};
|
||||||
H5NS::DataSpace memspace(count.size(), count.data()), dataspace;
|
H5NS::DataSpace memspace(count.size(), count.data()), dataspace;
|
||||||
H5NS::DataSet dataset;
|
H5NS::DataSet dataset;
|
||||||
size_t shift;
|
// size_t shift;
|
||||||
|
|
||||||
push(reader, dataname_);
|
push(reader, dataname_);
|
||||||
auto &group = reader.getGroup();
|
auto &group = reader.getGroup();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user