From f6a62a928b8e275c8734b99ae6d9a6c785830685 Mon Sep 17 00:00:00 2001 From: NeXus Developers Date: Sun, 15 Sep 2002 03:34:45 +0000 Subject: [PATCH] Removed some of the comments concerning 64-bit systems. The NXhandle structure is so much larger in the HDF5 version that it is now redundant (or may need revisiting) Ray git-svn-id: https://svn.nexusformat.org/code/trunk@201 ff5d1e40-2be0-497f-93bd-dc18237bd3c7 --- README.FORTRAN90 | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.FORTRAN90 b/README.FORTRAN90 index 22ca81ec..67450155 100755 --- a/README.FORTRAN90 +++ b/README.FORTRAN90 @@ -36,15 +36,9 @@ provided there is no overflow. --- Compatibility Issues --- This version has been tested on Alpha/VMS, Windows NT, Linux, and Mac -OS X (using Absoft Pro Fortran 90). We are aware of a problem that -affects Digital Unix, and other systems with 64-bit pointers. The -derived type NXstack defined in NXmodule.f90 should be equivalent to -the iStack C struct defined in NAPI.C, which contains two 32-bit -pointers, iRefDir and iTagDir. If the local operating system uses -64-bit pointers, add two extra 4-byte integers as padding to the -beginning of the NXstack definition. In the latest version of the API -(v 1.3.1), the Fortran 90 code does not require access to the internal -details of the NXhandle structure. +OS X (using Absoft Pro Fortran 90). In the latest versions of the API +(after v 1.3.1), the Fortran 90 code does not require access to the +internal details of the NXhandle structure. --- Running the Examples ---