Changeset 2109 for trunk/psLib/test/astronomy/tst_psAstrometry01.c
- Timestamp:
- Oct 13, 2004, 4:05:00 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/astronomy/tst_psAstrometry01.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.
