IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6326


Ignore:
Timestamp:
Feb 6, 2006, 11:23:46 AM (20 years ago)
Author:
gusciora
Message:

Cosmetic mods....

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astronomy/tst_psAstrometry01.c

    r6204 r6326  
    55*  @author GLG, MHPCC
    66*
    7 *  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
    8 *  @date $Date: 2006-01-26 21:10:22 $
     7*  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
     8*  @date $Date: 2006-02-06 21:23:46 $
    99*
    1010* XXX: Must test
     
    880880        psPlane *outData = (psPlane *) dst->data[i];
    881881        psPlane *outDataDeriv = psPlaneTransformApply(NULL, trans, inData);
    882         // HERE
    883882        if (!PS_PERCENT_COMPARE(outDataDeriv->x, outData->x, 0.20) ||
    884883                !PS_PERCENT_COMPARE(outDataDeriv->y, outData->y, 0.20)) {
  • trunk/psLib/test/math/tst_psStats07.c

    r6316 r6326  
    478478}
    479479
    480 //This code will
  • trunk/psModules/test/config/tst_pmConfig.c

    r6325 r6326  
    33 *  @brief Contains the tests for pmConfig.c:
    44 *
    5  * test00: This code will ...
     5 * test00: This code will test the pmConfig() routine.
    66 *
    77 *  @author GLG, MHPCC
     
    1313 * pmConfigDB()
    1414 *
    15  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    16  *  @date $Date: 2006-02-06 21:03:25 $
     15 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     16 *  @date $Date: 2006-02-06 21:23:46 $
    1717 *
    1818 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
  • trunk/psModules/test/imsubtract/tst_pmSubtractSky.c

    r6205 r6326  
    33 *  @brief Contains the tests for pmSubtractSky.c:
    44 *
    5  * test00: This code will ...
     5 * test00: This code will test the pmSubtractSky routine.
    66 *
    77 *  @author GLG, MHPCC
    88 *
    9  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-01-26 21:10:51 $
     9 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2006-02-06 21:23:46 $
    1111 *
    1212 *  XXX: I added the CELL.TRIMSEC region code but there are not tests for it.
  • trunk/psModules/test/objects/tst_pmObjects01.c

    r5681 r6326  
    33 *  @brief Contains the tests for pmObjects.c:
    44 *
    5  * test00: This code will ...
     5 * test00: This code will test the pmObjects routines.
    66 *
    77 *  @author GLG, MHPCC
     
    3131    most of psObjects.c is not tested
    3232 *
    33  *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    34  *  @date $Date: 2005-12-05 21:28:55 $
     33 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     34 *  @date $Date: 2006-02-06 21:23:46 $
    3535 *
    3636 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
Note: See TracChangeset for help on using the changeset viewer.