Changeset 7325 for trunk/psLib/src/math/psMatrix.c
- Timestamp:
- Jun 2, 2006, 5:55:12 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMatrix.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMatrix.c
r7103 r7325 21 21 * @author Robert DeSonia, MHPCC 22 22 * 23 * @version $Revision: 1.3 8$ $Name: not supported by cvs2svn $24 * @date $Date: 2006-0 5-10 01:02:55$23 * @version $Revision: 1.39 $ $Name: not supported by cvs2svn $ 24 * @date $Date: 2006-06-03 03:55:12 $ 25 25 * 26 26 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 342 342 } else { 343 343 if (ipiv[k] > 1) { 344 psError(PS_ERR_BAD_PARAMETER_VALUE, true, "Singular Matrix (1).\n"); 344 // psError(PS_ERR_BAD_PARAMETER_VALUE, true, "Singular Matrix (1).\n"); 345 psTrace(__func__, 4, "Singular Matrix (1).\n"); 345 346 goto fescape; 346 347 } … … 359 360 indxc[i] = icol; 360 361 if (matrix[icol][icol] == 0.0) { 361 psError(PS_ERR_BAD_PARAMETER_VALUE, true, "Singular Matrix (2).\n"); 362 // psError(PS_ERR_BAD_PARAMETER_VALUE, true, "Singular Matrix (2).\n"); 363 psTrace (__func__, 4, "Singular Matrix (2).\n"); 362 364 goto fescape; 363 365 }
Note:
See TracChangeset
for help on using the changeset viewer.
