aboutsummaryrefslogtreecommitdiff
path: root/src/H5IO.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5IO.hh')
-rw-r--r--src/H5IO.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5IO.hh b/src/H5IO.hh
index de6f144..891f9bc 100644
--- a/src/H5IO.hh
+++ b/src/H5IO.hh
@@ -108,7 +108,7 @@ public:
#define f_h5_opena F77NAME(h5_opena_,h5_opena,H5_OPENA)
extern "C" {
-#ifdef CRAY // Note: This isn't really implemented yet...
+#if defined(CRAY) && defined(T3E) // Note: This isn't really implemented yet...
#include <fortran.h>
Long8 f_h5_open(_fcd fcfilename,_fcd accessname);
Long8 f_h5_openr(_fcd fcfilename);