Changeset 1214


Ignore:
Timestamp:
26/02/09 08:25:00 (3 years ago)
Author:
Mark Koennecke
Message:
  • Fixed F77 test issue on Ubuntu Hard Heron, refs #166
Location:
trunk
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/bindings/idl/NXtest.xml

    r1176 r1214  
    44xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    55xsi:schemaLocation="http://definition.nexusformat.org/schema/3.0 http://definition.nexusformat.org/schema/3.0/BASE.xsd" 
    6 file_time="2009-01-20T08:33:43+01:00"> 
     6file_time="2009-02-20T10:05:53+01:00"> 
    77    <NXentry name="entry" hugo="namenlos" cucumber="passion"> 
    88      <ch_data NAPItype="NX_CHAR[10]">NeXus Data</ch_data> 
  • trunk/src/napi4.c

    r1085 r1214  
    11451145    iRet = SDwritedata (pFile->iCurrentSDS, iStart, iStride, iSize, data); 
    11461146    if (iRet < 0) { 
     1147      /* HEprint(stdout,0); */ 
    11471148      sprintf (pError, "ERROR: failure to write data to %s", pBuffer); 
    11481149      NXIReportError (NXpData, pError); 
  • trunk/src/napi5.c

    r1111 r1214  
    17981798     vid = getAttVID(pFile); 
    17991799 
     1800     pName[0] = '\0'; 
    18001801     idx=pFile->iAtt5.iCurrentIDX; 
    18011802     iRet=0; 
Note: See TracChangeset for help on using the changeset viewer.