IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6306


Ignore:
Timestamp:
Feb 2, 2006, 11:11:13 AM (20 years ago)
Author:
gusciora
Message:

....

Location:
trunk/psLib
Files:
3 edited

Legend:

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

    r6193 r6306  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.88 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2006-01-26 00:31:19 $
     11 *  @version $Revision: 1.89 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2006-02-02 21:11:13 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    112112    psFree(junkMask);
    113113    psFree(junkData);
    114     return (stats);
     114    return(stats);
    115115}
    116116
  • trunk/psLib/src/pslib_strict.h

    r6187 r6306  
    99*  @author Eric Van Alst, MHPCC
    1010*
    11 *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2006-01-23 23:52:15 $
     11*  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2006-02-02 21:11:13 $
    1313*
    1414*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    8383#include "psStats.h"
    8484#include "psUnaryOp.h"
     85#include "psMathUtils.h"
    8586/// @}
    8687
  • trunk/psLib/test/math/tst_psMathUtils.c

    r6304 r6306  
    213213    printFooter(stdout, "psMinimize functions: 1D Polynomial Fitting Functions", "", testStatus);
    214214}
    215 
    216 //This code will
Note: See TracChangeset for help on using the changeset viewer.