IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 23, 2007, 2:11:59 PM (19 years ago)
Author:
magnier
Message:

update to new apis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/objects/tst_pmObjects01.c

    r6511 r14654  
    3131    most of psObjects.c is not tested
    3232 *
    33  *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    34  *  @date $Date: 2006-03-04 01:01:34 $
     33 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     34 *  @date $Date: 2007-08-24 00:11:59 $
    3535 *
    3636 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    186186    //
    187187    psS32 i = 0;
    188     while (0 != pmModelParameterCount(i)) {
    189         printf("Testing pmModelAlloc(%s)...\n", pmModelGetType(0));
     188    while (0 != pmModelClassParameterCount(i)) {
     189        printf("Testing pmModelAlloc(%s)...\n", pmModelClassGetName(0));
    190190        pmModel *tmpModel = pmModelAlloc(i);
    191191        if (tmpModel == NULL) {
    192             printf("TEST ERROR: pmModelAlloc(%s) returned a NULL pmModel\n", pmModelGetType(0));
     192            printf("TEST ERROR: pmModelAlloc(%s) returned a NULL pmModel\n", pmModelClassGetName(0));
    193193            testStatus = false;
    194194        } else {
Note: See TracChangeset for help on using the changeset viewer.