IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 26, 2005, 9:53:30 AM (21 years ago)
Author:
desonia
Message:

fixed small problems that made build using GCC 4.0 fail.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/psFunctions.c

    r3714 r3769  
    77 *  polynomials.  It also contains a Gaussian functions.
    88 *
    9  *  @version $Revision: 1.98 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-04-19 04:16:02 $
     9 *  @version $Revision: 1.99 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-04-26 19:53:30 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    19591959    PS_PTR_CHECK_NULL(x, -6);
    19601960    PS_PTR_CHECK_TYPE_EQUAL(x, bins, -3);
    1961     psS8* strType;
     1961    char* strType;
    19621962
    19631963    switch (x->type.type) {
     
    20692069
    20702070    } else {
    2071         psS8* strType;
     2071        char* strType;
    20722072        PS_TYPE_NAME(strType,x->type.type);
    20732073        psError(PS_ERR_BAD_PARAMETER_TYPE,
     
    21632163        }
    21642164    } else {
    2165         psS8* strType;
     2165        char* strType;
    21662166        PS_TYPE_NAME(strType,x->type.type);
    21672167        psError(PS_ERR_BAD_PARAMETER_TYPE,
Note: See TracChangeset for help on using the changeset viewer.