mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-06 14:56:51 +08:00
220fdf4113
Bug fix Description: When variables were declared in for loops C++ compiler on Cray X1 scoped them oddly, leading to compilation errors. Solution: Moved variable declarations out of for loops (where they probably shouldn't have been anyway) to the beginning of the function. Platforms tested: mir, Cray X1 (minor change) |
||
---|---|---|
.. | ||
Makefile.am | ||
Makefile.in | ||
ptExampleFL.cpp | ||
ptExampleVL.cpp |