Changeset 7325 for trunk/psLib/src/math/psMinimizeLMM.c
- Timestamp:
- Jun 2, 2006, 5:55:12 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimizeLMM.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimizeLMM.c
r7300 r7325 10 10 * @author EAM, IfA 11 11 * 12 * @version $Revision: 1.1 5$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-06-0 2 21:33:34$12 * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-06-03 03:55:12 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 115 115 116 116 if (false == psMatrixGJSolve(Alpha, Beta)) { 117 psError(PS_ERR_UNKNOWN, false, "singular matrix in Guess ABP\n");117 // psError(PS_ERR_UNKNOWN, false, "singular matrix in Guess ABP\n"); 118 118 psTrace (__func__, 4, "singular matrix in Guess ABP\n"); 119 119 return(false);
Note:
See TracChangeset
for help on using the changeset viewer.
