fixed Fortran compile error with gfortran (had to move f90 files to F90)

This commit is contained in:
Marc Howison
2009-07-02 18:46:06 +00:00
parent 13d7784c44
commit 97a14cc488
7 changed files with 17 additions and 11 deletions
+1 -1
View File
@@ -220,7 +220,7 @@ _H5Part_flagsfor2c (
char fbits = 0x00;
flags = strtok ( str, "," );
flags = strtok ( flags, "," );
while ( flags != NULL ) {
if ( strcmp ( flags, "vfd_mpiposix" ) == 0 )
fbits |= H5PART_VFD_MPIPOSIX;