Changeset 9730 for trunk/psModules/src/detrend/pmSubtractSky.c
- Timestamp:
- Oct 24, 2006, 12:55:05 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmSubtractSky.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmSubtractSky.c
r9541 r9730 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-10- 13 22:11:02$8 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-10-24 22:55:05 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 345 345 psImage *Aout = psImageAlloc(localPolyTerms, localPolyTerms, PS_TYPE_F64); 346 346 psVector *B = psVectorAlloc(localPolyTerms, PS_TYPE_F64); 347 B->n = B->nalloc;348 347 psVector *outPerm = NULL; 349 348 … … 412 411 PS_ASSERT_IMAGE_NON_EMPTY(Aout, NULL); 413 412 psVector *C = psVectorAlloc(localPolyTerms, PS_TYPE_F64); 414 C->n = C->nalloc;415 413 psMatrixLUSolve(C, Aout, B, outPerm); 416 414
Note:
See TracChangeset
for help on using the changeset viewer.
