IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 26, 2006, 11:10:51 AM (20 years ago)
Author:
gusciora
Message:

Implemented the polynomial alloc argument changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/astrom/tst_pmAstrometry.c

    r5681 r6205  
    99 *  XXX: Create the pmHDU alloc/free function, test them here
    1010 *
    11  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-12-05 21:28:55 $
     11 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2006-01-26 21:10:51 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    137137
    138138    //
    139     // How to test the p_pmHDU *private member?
     139    // How to test the p_pmHDU *hdu member?
    140140    //
    141141
     
    208208    }
    209209
    210     if (fpa->private != NULL) {
    211         psLogMsg(__func__,PS_LOG_ERROR, "TEST ERROR: pmFPAAlloc did not set ->private to NULL.");
     210    if (fpa->hdu != NULL) {
     211        psLogMsg(__func__,PS_LOG_ERROR, "TEST ERROR: pmFPAAlloc did not set ->hdu to NULL.");
    212212        return 9;
    213213    }
     
    258258
    259259    //
    260     // How to test the p_pmHDU *private member?
     260    // How to test the p_pmHDU *hdu member?
    261261    //
    262262
     
    325325    }
    326326
    327     if (chip->private != NULL) {
    328         psLogMsg(__func__, PS_LOG_ERROR, "TEST ERROR: chip->private set improperly.\n");
     327    if (chip->hdu != NULL) {
     328        psLogMsg(__func__, PS_LOG_ERROR, "TEST ERROR: chip->hdu set improperly.\n");
    329329        return 25;
    330330    }
     
    395395
    396396    //
    397     // How to test the p_pmHDU *private member?
     397    // How to test the p_pmHDU *hdu member?
    398398    //
    399399
     
    473473    }
    474474
    475     if (cell->private != NULL) {
    476         psLogMsg(__func__, PS_LOG_ERROR, "TEST ERROR: cell->private set improperly.\n");
     475    if (cell->hdu != NULL) {
     476        psLogMsg(__func__, PS_LOG_ERROR, "TEST ERROR: cell->hdu set improperly.\n");
    477477        return 27;
    478478    }
Note: See TracChangeset for help on using the changeset viewer.