Ignore:
Timestamp:
09/02/09 18:37:04 (3 years ago)
Author:
Freddie Akeroyd
Message:

Merge in r1183 from trunk. Refs #115.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/4.2/include/napi.h

    r1042 r1206  
    3434 
    3535/* NeXus HDF45 */ 
    36 #define NEXUS_VERSION   "4.1.0"                /* major.minor.patch */ 
     36#define NEXUS_VERSION   "4.2.0"                /* major.minor.patch */ 
    3737 
    3838#define CONSTCHAR       const char 
     
    503503   * Retrieve information about the currently open group. 
    504504   * \param handle A NeXus file handle as initialized by NXopen. 
    505    * \param no_items A pointer to an integer which will be set to the count of group attributes  
    506    * available. 
     505   * \param no_items A pointer to an integer which will be set to the count  
     506   *   of group elements available. This is the count of other groups and  
     507   * data sets in this group.   
    507508   * \param name The name of the group. 
    508509   * \param nxclass The NeXus class name of the group. 
Note: See TracChangeset for help on using the changeset viewer.