Skip to content

Commit 70d1a75

Browse files
authored
Merge pull request #1 from cheesema/master
Merge from cheesema
2 parents 5ad5f2a + c07ffa5 commit 70d1a75

File tree

6 files changed

+243
-496
lines changed

6 files changed

+243
-496
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)