aboutsummaryrefslogtreecommitdiff
path: root/src/HDFIO.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/HDFIO.hh')
-rw-r--r--src/HDFIO.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HDFIO.hh b/src/HDFIO.hh
index 6840e6c..1f9fcf2 100644
--- a/src/HDFIO.hh
+++ b/src/HDFIO.hh
@@ -57,7 +57,7 @@ public:
#define f_hdf_opena F77NAME(hdf_opena_,hdf_opena,HDF_OPENA)
extern "C" {
-#ifdef CRAY // Note: This isn't really implemented yet...
+#ifdef defined(CRAY) && defined(T3E) // Note: This isn't really implemented yet...
#include <fortran.h>
Long8 f_hdf_open(_fcd fcfilename,_fcd accessname);
Long8 f_hdf_openr(_fcd fcfilename);