IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10547


Ignore:
Timestamp:
Dec 8, 2006, 1:35:54 AM (19 years ago)
Author:
magnier
Message:

moved psHistogram functions to psHistogram.c,h

Location:
trunk/psLib/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/Makefile.am

    r10309 r10547  
    2424        psSpline.c \
    2525        psStats.c \
     26        psHistogram.c \
    2627        psVectorSmooth.c
    2728
     
    4950        psSpline.h \
    5051        psStats.h \
     52        psHistogram.h \
    5153        psVectorSmooth.h
    5254
  • trunk/psLib/src/pslib_strict.h

    r10309 r10547  
    99*  @author Eric Van Alst, MHPCC
    1010*
    11 *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2006-11-30 04:13:44 $
     11*  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2006-12-08 11:35:53 $
    1313*
    1414*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    7070#include "psSpline.h"
    7171#include "psStats.h"
     72#include "psHistogram.h"
    7273#include "psUnaryOp.h"
    7374#include "psMathUtils.h"
  • trunk/psLib/src/sys/psMemory.c

    r10276 r10547  
    88*  @author Robert Lupton, Princeton University
    99*
    10 *  @version $Revision: 1.87 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2006-11-29 17:58:21 $
     10*  @version $Revision: 1.88 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2006-12-08 11:35:54 $
    1212*
    1313*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3636#include "psLine.h"
    3737#include "psRegion.h"
     38#include "psHistogram.h"
    3839
    3940#define P_PS_LARGE_BLOCK_SIZE 65536        // size where under, we try to recycle
Note: See TracChangeset for help on using the changeset viewer.