Changeset 11530

Show
Ignore:
Timestamp:
05/15/07 22:34:28 (2 years ago)
Author:
hobu
Message:

revert r11428, We need IF_ERROR_RETURN_NONE for #1641

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gdal/swig/include/Band.i

    r11504 r11530  
    138138 
    139139%apply (double *OUTPUT){double *min, double *max, double *mean, double *stddev}; 
     140%apply (IF_ERROR_RETURN_NONE) { (CPLErr) };  
    140141  CPLErr GetStatistics( int approx_ok, int force,  
    141142                      double *min, double *max, double *mean, double *stddev ){