hdf5/hl/c++
James Laird 220fdf4113 [svn-r12279] Purpose:
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)
2006-04-19 12:14:48 -05:00
..
examples [svn-r12279] Purpose: 2006-04-19 12:14:48 -05:00
src [svn-r12229] Purpose: 2006-04-12 16:21:38 -05:00
test [svn-r12229] Purpose: 2006-04-12 16:21:38 -05:00
Makefile.am [svn-r12143] Purpose: 2006-03-23 09:22:34 -05:00
Makefile.in [svn-r12229] Purpose: 2006-04-12 16:21:38 -05:00