Remove hard-wired use of NC_MAX_DIMS#150
Remove hard-wired use of NC_MAX_DIMS#150WardF merged 1 commit intoUnidata:masterfrom gdsjaar:patch-1
Conversation
Replace static array dimensioned to NC_MAX_DIMS with dynamic memory allocation of correctly sized array.
|
I was in the process of making the same change, but this is equivalent, so we can |
|
Thanks, hope I didn't waste too much of your time. I saw this while looking at the NX_MAX_DIMS issue and decided that it was probably a non-controversial change and might buy me some karma to use later ;-) "A supercomputer is a device for turning compute-bound problems into I/O-bound problems" From: DennisHeimbigner <[email protected]mailto:[email protected]> I was in the process of making the same change, but this is equivalent, so we can Reply to this email directly or view it on GitHubhttps://github.com//pull/150#issuecomment-155881056. |
|
Looks good so far; running regression tests via Docker |
Replace static array dimensioned to NC_MAX_DIMS with dynamic memory allocation of correctly sized array.