Changeset 2983 for trunk/psLib/test/astronomy/tst_psAstrometry01.c
- Timestamp:
- Jan 13, 2005, 12:45:40 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/astronomy/tst_psAstrometry01.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astronomy/tst_psAstrometry01.c
r2537 r2983 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $8 * @date $Date: 200 4-11-30 21:56:20 $7 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2005-01-13 22:45:40 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 21 21 {test1, 0000, "Tests psFixedPatternAlloc()", 0, false}, 22 22 {test2, 0000, "Tests psGrommitAlloc()", 0, false}, 23 {test3, 0000, " psFunctionBar", 0, false},23 {test3, 0000, "MISC", 0, false}, 24 24 {NULL} 25 25 }; … … 189 189 psLogSetLevel( PS_LOG_INFO ); 190 190 191 return ( ! runTestSuite( stderr, "ps Image", tests, argc, argv ) );191 return ( ! runTestSuite( stderr, "psAstrometry", tests, argc, argv ) ); 192 192 } 193 193 … … 440 440 441 441 if ((myCell == NULL) || (tmpChip == NULL)) { 442 printf("ERROR: NULL\n"); 442 if (myCell == NULL) { 443 printf("ERROR: myCell is NULL\n"); 444 } 445 if (tmpChip == NULL) { 446 printf("ERROR: tmpChip is NULL\n"); 447 } 443 448 } else { 444 449 psCoordFPAToChip(&chipCoord, &fpaCoord, tmpChip); … … 517 522 } 518 523 524 printf("HERE 00\n"); 519 525 psFree(myFPA); 526 printf("HERE 01\n"); 520 527 521 528 return(0);
Note:
See TracChangeset
for help on using the changeset viewer.
