IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 27, 2004, 1:31:44 PM (22 years ago)
Author:
gusciora
Message:

Parameter checking for the psCOord.c file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sysUtils/psTrace.c

    r2204 r2221  
    99 *  @author George Gusciora, MHPCC
    1010 *
    11  *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-10-27 00:57:31 $
     11 *  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-10-27 23:31:44 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    7171    comp->level = level;
    7272    comp->n = 0;
     73    comp->p_psSpecified = false;
    7374    comp->subcomp = NULL;
    7475    return comp;
     
    267268                   level,
    268269                   compName);
     270
    269271        if (comp[0] != '.') {
    270272            psFree(compName);
Note: See TracChangeset for help on using the changeset viewer.