IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2004, 5:14:39 PM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/tst_psStats05.c

    r887 r893  
    7373                testStatus);
    7474
     75
     76
     77    printPositiveTestHeader(stdout,
     78                            "psStats functions",
     79                            "Deallocate NULL psStats structure.");
     80    psStatsFree(NULL);
     81    printFooter(stdout,
     82                "psStats functions",
     83                "Deallocate NULL psStats structure.",
     84                testStatus);
     85
     86
    7587    return (!testStatus);
    7688}
Note: See TracChangeset for help on using the changeset viewer.