IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 12, 2006, 4:39:27 PM (20 years ago)
Author:
magnier
Message:

dropped error for now (not really an error)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfig.c

    r7444 r7528  
    33 *  @author PAP, IfA
    44 *
    5  *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-06-08 22:14:03 $
     5 *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-06-13 02:39:27 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    738738    psArray *files = pmConfigFileSets (argc, argv, file, list);
    739739    if (files->n == 0) {
    740         psError(PS_ERR_IO, false, "pmConfigFileSets failed to find %s in the argument list", name);
     740        // psError(PS_ERR_IO, false, "pmConfigFileSets failed to find %s in the argument list", name);
    741741        psFree (files);
    742742        return false;
Note: See TracChangeset for help on using the changeset viewer.