Changeset 8245 for trunk/psLib/src/math/psMatrix.c
- Timestamp:
- Aug 8, 2006, 4:26:44 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMatrix.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMatrix.c
r8232 r8245 21 21 * @author Robert DeSonia, MHPCC 22 22 * 23 * @version $Revision: 1.4 1$ $Name: not supported by cvs2svn $24 * @date $Date: 2006-08-0 8 23:32:23$23 * @version $Revision: 1.42 $ $Name: not supported by cvs2svn $ 24 * @date $Date: 2006-08-09 02:26:44 $ 25 25 * 26 26 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 343 343 if (ipiv[k] > 1) { 344 344 // 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"); 346 346 goto fescape; 347 347 }
Note:
See TracChangeset
for help on using the changeset viewer.
