IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 8, 2006, 4:26:44 PM (20 years ago)
Author:
jhoblitt
Message:

normalize psTrace() facility names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psMatrix.c

    r8232 r8245  
    2121 *  @author Robert DeSonia, MHPCC
    2222 *
    23  *  @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
    24  *  @date $Date: 2006-08-08 23:32:23 $
     23 *  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
     24 *  @date $Date: 2006-08-09 02:26:44 $
    2525 *
    2626 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    343343                        if (ipiv[k] > 1) {
    344344                            // psError(PS_ERR_BAD_PARAMETER_VALUE, true, "Singular Matrix (1).\n");
    345                             psTrace(__func__, 4, "Singular Matrix (1).\n");
     345                            psTrace("psLib.math", 4, "Singular Matrix (1).\n");
    346346                            goto fescape;
    347347                        }
Note: See TracChangeset for help on using the changeset viewer.