Changeset 2109
- Timestamp:
- Oct 13, 2004, 4:05:00 PM (22 years ago)
- Location:
- trunk/psLib/test/astronomy
- Files:
-
- 2 deleted
- 2 edited
-
Makefile (modified) (2 diffs)
-
tst_psAstrometry01.c (modified) (2 diffs)
-
tst_psAstrometry02.c (deleted)
-
tst_psAstrometry03.c (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astronomy/Makefile
r2096 r2109 3 3 ## Makefile: test/astronomy 4 4 ## 5 ## $Revision: 1.1 8$ $Name: not supported by cvs2svn $6 ## $Date: 2004-10-1 3 23:58:20 $5 ## $Revision: 1.19 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-10-14 02:05:00 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 30 30 tst_psCoord \ 31 31 tst_psAstrometry \ 32 tst_psAstrometry01 \ 33 tst_psAstrometry02 \ 34 tst_psAstrometry03 32 tst_psAstrometry01 35 33 36 34 OBJS = $(addprefix builddir/,$(addsuffix .o,$(TARGET))) -
trunk/psLib/test/astronomy/tst_psAstrometry01.c
r2107 r2109 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $8 * @date $Date: 2004-10-14 0 1:53:20 $7 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2004-10-14 02:05:00 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 461 461 psCell *myCell2 = psCellInChip(&chipCoord, tmpChip); 462 462 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); 464 464 printCell(myCell2); 465 465 printCell(myCell);
Note:
See TracChangeset
for help on using the changeset viewer.
