IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 29, 2006, 4:20:43 PM (20 years ago)
Author:
Paul Price
Message:

Moved PS_ASSERT functions into appropriate places. Created psAssert.h for general PS_ASSERT functions. Vector-specific assertions went to psVector.h; image-specific assertions went to psImage.h, etc. psConstants.h remains, but only contains specific math constants and functions, as the name implies.

File:
1 edited

Legend:

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

    r7325 r7766  
    2121 *  @author Robert DeSonia, MHPCC
    2222 *
    23  *  @version $Revision: 1.39 $ $Name: not supported by cvs2svn $
    24  *  @date $Date: 2006-06-03 03:55:12 $
     23 *  @version $Revision: 1.40 $ $Name: not supported by cvs2svn $
     24 *  @date $Date: 2006-06-30 02:20:06 $
    2525 *
    2626 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4242#include "psVector.h"
    4343#include "psMatrix.h"
    44 #include "psConstants.h"
     44#include "psAssert.h"
    4545#include "psErrorText.h"
    4646#include "psTrace.h"
Note: See TracChangeset for help on using the changeset viewer.