IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7656


Ignore:
Timestamp:
Jun 23, 2006, 11:17:52 AM (20 years ago)
Author:
drobbin
Message:

removed psAbort call in ImageInit.

Location:
trunk/psLib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/mathtypes/psImage.c

    r7619 r7656  
    99 *  @author Ross Harman, MHPCC
    1010 *
    11  *  @version $Revision: 1.108 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2006-06-21 22:46:02 $
     11 *  @version $Revision: 1.109 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2006-06-23 21:17:52 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2323#include "psMemory.h"
    2424#include "psError.h"
    25 #include "psAbort.h"
     25//#include "psAbort.h"
    2626#include "psImage.h"
    2727#include "psString.h"
     
    256256            if ( temp < PS_MIN_##TTT || temp > PS_MAX_##TTT ) { \
    257257                psError(PS_ERR_BAD_PARAMETER_VALUE, true, "Error: Value %d out of Range.\n", temp); \
    258                 psAbort("pslib", "trapping bad value"); \
    259258                return false; \
    260259            } \
  • trunk/psLib/test/mathtypes/verified/tst_psImage.stderr

    r6578 r7656  
    122122
    123123<DATE><TIME>|<HOST>|E|psImageInit (FILE:LINENO)
    124     Error: Value out of Range.
     124    Error: Value -1 out of Range.
    125125<DATE><TIME>|<HOST>|E|testImageInit (FILE:LINENO)
    126126    ImageInit failed.  U8 Case - 1x1
Note: See TracChangeset for help on using the changeset viewer.