IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 17, 2006, 12:00:35 PM (20 years ago)
Author:
magnier
Message:

variety of small changes related to inconsistencies between psModules and psLib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageStats.c

    r6778 r6874  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.92 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2006-04-05 01:49:40 $
     11 *  @version $Revision: 1.93 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2006-04-17 22:00:03 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3131#include "psConstants.h"
    3232#include "psErrorText.h"
     33#include "psRegion.h"
     34#include "psRegionForImage.h"
    3335
    3436/// This routine must determine the various statistics for the image.
     
    748750        return -1;
    749751    }/* else if (col0 == col1 && row0 == row1) {
    750                 psError(PS_ERR_BAD_PARAMETER_VALUE, true,
    751                         "Invalid psRegion specified.  Region contains only 1 pixel.\n");
    752                 return -1;
    753             }
    754         */
     752                    psError(PS_ERR_BAD_PARAMETER_VALUE, true,
     753                            "Invalid psRegion specified.  Region contains only 1 pixel.\n");
     754                    return -1;
     755                }
     756            */
    755757    x0 = col0;
    756758    x1 = col1;
Note: See TracChangeset for help on using the changeset viewer.