IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 13, 2005, 12:45:40 PM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astronomy/tst_psAstrometry01.c

    r2537 r2983  
    55*  @author GLG, MHPCC
    66*
    7 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    8 *  @date $Date: 2004-11-30 21:56:20 $
     7*  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     8*  @date $Date: 2005-01-13 22:45:40 $
    99*
    1010*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2121                              {test1, 0000, "Tests psFixedPatternAlloc()", 0, false},
    2222                              {test2, 0000, "Tests psGrommitAlloc()", 0, false},
    23                               {test3, 0000, "psFunctionBar", 0, false},
     23                              {test3, 0000, "MISC", 0, false},
    2424                              {NULL}
    2525                          };
     
    189189    psLogSetLevel( PS_LOG_INFO );
    190190
    191     return ( ! runTestSuite( stderr, "psImage", tests, argc, argv ) );
     191    return ( ! runTestSuite( stderr, "psAstrometry", tests, argc, argv ) );
    192192}
    193193
     
    440440
    441441                    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                        }
    443448                    } else {
    444449                        psCoordFPAToChip(&chipCoord, &fpaCoord, tmpChip);
     
    517522    }
    518523
     524    printf("HERE 00\n");
    519525    psFree(myFPA);
     526    printf("HERE 01\n");
    520527
    521528    return(0);
Note: See TracChangeset for help on using the changeset viewer.