G-Node / nix

Neuroscience information exchange format
https://readthedocs.org/projects/nixio/
Other
67 stars 36 forks source link

Use ndsize_t for function dimension related arguments #628

Closed gicmo closed 8 years ago

gicmo commented 8 years ago

Follow up to issue #473, and related to G-Node/nix-mx#114

gicmo commented 8 years ago

PR #629 a few checks that are not really necessary. I.e. src/Dimensions.cpp line 192. We really only need to make that check if we need a size_t, e.g. for creating a std::vector or accessing elements in a vector. We should also create tests for arrays that are bigger then 32 bits in size to check if the code actually works. ;)

jgrewe commented 8 years ago

closed via #632