Skip to content

Commit 5ccd604

Browse files
committed
All types for HDF5 grouped, read method is ready but write* stuff still must be refactored - unfortunately we had some mess with types there...
1 parent 774759f commit 5ccd604

File tree

5 files changed

+144
-311
lines changed

5 files changed

+144
-311
lines changed

src/data_structures/APR/APRAccess.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ class APRAccess {
109109

110110
uint64_t org_dims[3]={0,0,0};
111111

112+
// TODO: SHould they be also saved as uint64 in HDF5? (currently int is used)
112113
std::vector<uint64_t> x_num;
113114
std::vector<uint64_t> y_num;
114115
std::vector<uint64_t> z_num;

0 commit comments

Comments
 (0)