IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2109


Ignore:
Timestamp:
Oct 13, 2004, 4:05:00 PM (22 years ago)
Author:
desonia
Message:

removed unused files.

Location:
trunk/psLib/test/astronomy
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astronomy/Makefile

    r2096 r2109  
    33##  Makefile:   test/astronomy
    44##
    5 ##  $Revision: 1.18 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-10-13 23:58:20 $
     5##  $Revision: 1.19 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-10-14 02:05:00 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3030         tst_psCoord \
    3131         tst_psAstrometry \
    32          tst_psAstrometry01 \
    33          tst_psAstrometry02 \
    34          tst_psAstrometry03
     32         tst_psAstrometry01
    3533
    3634OBJS = $(addprefix builddir/,$(addsuffix .o,$(TARGET)))
  • trunk/psLib/test/astronomy/tst_psAstrometry01.c

    r2107 r2109  
    55*  @author GLG, MHPCC
    66*
    7 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    8 *  @date $Date: 2004-10-14 01:53:20 $
     7*  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     8*  @date $Date: 2004-10-14 02:05:00 $
    99*
    1010*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    461461                        psCell *myCell2 = psCellInChip(&chipCoord, tmpChip);
    462462                        if (myCell2 != myCell) {
    463                             printf("ERROR: psCellInFPA() != psCellInChip(psChipInFPA()) (%d %d)\n", (int) myCell2, (int) myCell);
     463                            printf("ERROR: psCellInFPA() != psCellInChip(psChipInFPA()) (%p %p)\n", myCell2, myCell);
    464464                            printCell(myCell2);
    465465                            printCell(myCell);
Note: See TracChangeset for help on using the changeset viewer.