Changeset 24912 for trunk/psModules/src/detrend/pmFringeStats.c
- Timestamp:
- Jul 23, 2009, 9:45:29 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmFringeStats.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmFringeStats.c
r24836 r24912 855 855 // Solve the least-squares equation 856 856 if (!psMatrixGJSolve(A, B)) { 857 psError(PS_ERR_UNKNOWN, false, "Could not solve linear equations. Returning NULL.\n"); 857 psLogMsg("psModules.detrend", PS_LOG_INFO, "Could not solve linear equations. Returning NULL.\n"); 858 psFree(A); 859 psFree(B); 858 860 return false; 859 861 }
Note:
See TracChangeset
for help on using the changeset viewer.
