IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4224


Ignore:
Timestamp:
Jun 13, 2005, 10:12:18 AM (21 years ago)
Author:
gusciora
Message:

Cosmetic modes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/tst_pmImageSubtract.c

    r4179 r4224  
    33 *  @brief Contains the tests for pmImageSubtract.c:
    44 *
    5  *  test00: This code will ...
     5 *  test00: This code will test the various functions in pmObjects.c
    66 *
    77 *  @author GLG, MHPCC
    88 *
    9  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-06-09 05:43:13 $
     9 *  XXX: Most test simply ensure that the functions can be called with allowable
     10 *  data.  More work need to be done to verify the results.
     11 *
     12 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-06-13 20:12:18 $
    1114 *
    1215 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1417#include "psTest.h"
    1518#include "pslib.h"
    16 //XXX: Why do I need this?
    17 #include "psConstants.h"
    1819#include "pmImageSubtract.h"
    1920#define ERROR_TOLERANCE 1.0
     
    743744    return(!testStatus);
    744745}
    745 // this code will
    746 
    747 
    748 
     746
Note: See TracChangeset for help on using the changeset viewer.