IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 22, 2005, 3:03:18 PM (21 years ago)
Author:
gusciora
Message:

Uncommented the remaining test code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astro/tst_psCoord02.c

    r5579 r5580  
    66*  @author GLG, MHPCC
    77*
    8 *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    9 *  @date $Date: 2005-11-23 01:00:52 $
     8*  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     9*  @date $Date: 2005-11-23 01:03:18 $
    1010*
    1111*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2121testDescription tests[] = {
    2222                              {test04, 0000, "psPlaneTransformCombine()", 0, false},
    23                               {test05, 0000, "Add Comment Here", 0, true},
    24                               {test06, 0000, "Add Comment Here", 0, true},
     23                              {test05, 0000, "psPlaneTransformFit()", 0, false},
     24                              {test06, 0000, "psPlaneTransformInvert()", 0, false},
    2525                              {NULL}
    2626                          };
     
    203203    bool testStatus = true;
    204204
    205 
    206     // HEY
    207205    // Create a variety of input transforms, then test them.
    208206    //
     
    507505}
    508506
    509 // is the way
    510 
     507
Note: See TracChangeset for help on using the changeset viewer.