IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 9, 2007, 12:38:53 PM (19 years ago)
Author:
jhoblitt
Message:

consistently include config.h

File:
1 edited

Legend:

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

    r10548 r10999  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.102 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2006-12-08 11:37:31 $
     11 *  @version $Revision: 1.103 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2007-01-09 22:38:52 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1515 */
     16
     17#ifdef HAVE_CONFIG_H
     18# include "config.h"
     19#endif
    1620
    1721#include <stdlib.h>
     
    588592        return -1;
    589593    }/* else if (col0 == col1 && row0 == row1) {
    590                                                         psError(PS_ERR_BAD_PARAMETER_VALUE, true,
    591                                                                 "Invalid psRegion specified.  Region contains only 1 pixel.\n");
    592                                                         return -1;
    593                                                     }
    594                                                 */
     594                                                            psError(PS_ERR_BAD_PARAMETER_VALUE, true,
     595                                                                    "Invalid psRegion specified.  Region contains only 1 pixel.\n");
     596                                                            return -1;
     597                                                        }
     598                                                    */
    595599    x0 = col0;
    596600    x1 = col1;
Note: See TracChangeset for help on using the changeset viewer.