Changeset 11686 for trunk/psLib/src/math/psMinimizeLMM.c
- Timestamp:
- Feb 7, 2007, 1:52:54 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimizeLMM.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimizeLMM.c
r11668 r11686 10 10 * @author EAM, IfA 11 11 * 12 * @version $Revision: 1. 29$ $Name: not supported by cvs2svn $13 * @date $Date: 2007-02-0 6 21:36:09$12 * @version $Revision: 1.30 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-02-07 23:52:54 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 282 282 chisq += PS_SQR(delta) * dy->data.F32[i]; 283 283 if (isnan(dy->data.F32[i])) 284 psAbort ("psMinLMM","nan in weights");284 psAbort("nan in weights"); 285 285 if (isnan(delta)) 286 psAbort ("psMinLMM","nan in delta");286 psAbort("nan in delta"); 287 287 if (isnan(chisq)) 288 psAbort ("psMinLMM","nan in chisq");288 psAbort("nan in chisq"); 289 289 290 290 for (psS32 j = 0; j < params->n; j++) {
Note:
See TracChangeset
for help on using the changeset viewer.
