diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-01-31 15:09:19 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-01-31 15:09:19 (GMT) |
commit | d05f6cde5283c6cf4462b0aad655606da8be63ed (patch) | |
tree | 55a7f4e959bb5012ebe1cc5d4baee657eda186c5 /src/H5.c | |
parent | c3b2c4132760e245a5d7af6bacb20265c4df0c84 (diff) | |
download | hdf5-d05f6cde5283c6cf4462b0aad655606da8be63ed.zip hdf5-d05f6cde5283c6cf4462b0aad655606da8be63ed.tar.gz hdf5-d05f6cde5283c6cf4462b0aad655606da8be63ed.tar.bz2 |
[svn-r8130] Purpose:
Bug fix
Description:
Address the failure in the FORTRAN builds by making some more of the
MPI-related typedefs in the library available outside of parallel builds.
Platforms tested:
Linux 2.4 (verbena) w/FORTRAN & C++
Diffstat (limited to 'src/H5.c')
-rw-r--r-- | src/H5.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1749,7 +1749,6 @@ H5_trace (const double *returning, const char *func, const char *type, ...) } break; -#ifdef H5_HAVE_PARALLEL case 't': if (ptr) { if (vp) { @@ -1772,7 +1771,6 @@ H5_trace (const double *returning, const char *func, const char *type, ...) } } break; -#endif /* H5_HAVE_PARALLEL */ default: fprintf (out, "BADTYPE(D%c)", type[1]); |