Changeset 1704 for trunk/bindings
- Timestamp:
- 22/10/11 22:05:14 (7 months ago)
- File:
-
- 1 edited
-
trunk/bindings/f77/napif.f (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bindings/f77/napif.f
r1702 r1704 30 30 C 31 31 !> \mainpage Fortan 77 NeXus API 32 !! The Fortran routines have the same names and argument lists as the corresponding C routines, which they call using wrappers. Some extra routines for handling input/output of character data and attributes have been added. Care must be taken to ensure enough space is allocated for the input/output operations being performed.33 32 !! 34 !! It is necessary to reverse the order of indices in multidimensional arrays, compared to an equivalent C program, so that data are stored in the same order in the NeXus file. 33 !! The Fortran routines have the same names and argument lists as the 34 !! corresponding C routines, which they call using wrappers. Some extra 35 !! routines for handling input/output of character data and attributes 36 !! have been added. Care must be taken to ensure enough space is allocated 37 !! for the input/output operations being performed. 35 38 !! 36 !! Any program using the F77 API needs to include the following line near the top in order to define the required constants (NXHANDLESIZE, NXLINKSIZE, etc.): 39 !! It is necessary to reverse the order of indices in multidimensional 40 !! arrays, compared to an equivalent C program, so that data are stored in 41 !! the same order in the NeXus file. 42 !! 43 !! Any program using the F77 API needs to include the following line near 44 !! the top in order to define the required constants (NXHANDLESIZE, 45 !! NXLINKSIZE, etc.): 37 46 !! 38 47 !! include 'NAPIF.INC'
Note: See TracChangeset
for help on using the changeset viewer.
