Changeset 1704 for trunk/bindings


Ignore:
Timestamp:
22/10/11 22:05:14 (7 months ago)
Author:
Peter Peterson
Message:

refs #293

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bindings/f77/napif.f

    r1702 r1704  
    3030C 
    3131!> \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. 
    3332!! 
    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. 
    3538!! 
    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.):  
    3746!! 
    3847!!       include 'NAPIF.INC' 
Note: See TracChangeset for help on using the changeset viewer.