Files
hdf5/doc/html/fortran
Elena Pourmal 5de413e72f [svn-r7606]
Purpose: Bug fix

Description: Type of the third argument to the h5pset(get)_cache_f subroutines
             was incorrect (INTEGER instead of INTEGER(SIZE_T)).
             I was confused while doing my previous change since
             fortran docs were wrong, and the type of the same argument in
             1_4 branch is INTEGER. I forgot to check carefully #if def for
             1_4 branch in the C code, and encountered only int type for the
             corresponding C functions. Since Fortran doesn't support
             backward compatibility, type of the argument should be
             always in sync with the latest branch.

Solution: ALWAYS, ALWAYS pay attention to compiler's warning.
          Fixed type to be INTEGER(SIZE_T).

Platforms tested: kelgia, copper 64-bit mode, solaris 2.7 64-bit mode.

Misc. update:
2003-10-13 12:26:37 -05:00
..
2001-02-05 15:21:14 -05:00
2003-07-02 16:28:11 -05:00
2003-07-02 16:28:11 -05:00
2003-07-02 16:28:11 -05:00
2003-07-02 16:28:11 -05:00
2003-07-02 16:28:11 -05:00
2003-07-02 16:28:11 -05:00
2003-10-07 08:57:18 -05:00
2003-07-02 16:28:11 -05:00
2003-07-02 16:28:11 -05:00
2003-10-13 12:26:37 -05:00
2003-07-02 16:28:11 -05:00
2003-07-02 16:28:11 -05:00
2003-07-02 16:28:11 -05:00
2003-07-02 16:28:11 -05:00
2003-03-14 14:12:34 -05:00