IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17050


Ignore:
Timestamp:
Mar 18, 2008, 2:52:35 PM (18 years ago)
Author:
Paul Price
Message:

Including strings.h for strcasecmp

Location:
trunk/psLib/src/math
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psBinaryOp.c

    r15692 r17050  
    3030 *  @author Robert DeSonia, MHPCC
    3131 *
    32  *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
    33  *  @date $Date: 2007-11-27 02:27:19 $
     32 *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
     33 *  @date $Date: 2008-03-19 00:52:35 $
    3434 *
    3535 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4444 ******************************************************************************/
    4545#include <string.h>
     46#include <strings.h>
    4647#include <math.h>
    4748#include <stdint.h>
  • trunk/psLib/src/math/psUnaryOp.c

    r15693 r17050  
    3131 *  @author Robert DeSonia, MHPCC
    3232 *
    33  *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
    34  *  @date $Date: 2007-11-27 02:28:07 $
     33 *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
     34 *  @date $Date: 2008-03-19 00:52:35 $
    3535 *
    3636 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4545 ******************************************************************************/
    4646#include <string.h>
     47#include <strings.h>
    4748#include <math.h>
    4849#include <stdint.h>
Note: See TracChangeset for help on using the changeset viewer.