Changeset 6511 for trunk/psModules/src/imsubtract/pmSubtractSky.c
- Timestamp:
- Mar 3, 2006, 3:01:34 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imsubtract/pmSubtractSky.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imsubtract/pmSubtractSky.c
r6325 r6511 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-0 2-06 21:03:25$8 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-03-04 01:01:33 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 12 12 * 13 * 13 * 14 14 * 15 15 */ … … 341 341 psImage *Aout = psImageAlloc(localPolyTerms, localPolyTerms, PS_TYPE_F64); 342 342 psVector *B = psVectorAlloc(localPolyTerms, PS_TYPE_F64); 343 B->n = B->nalloc; 343 344 psVector *outPerm = NULL; 344 345 … … 407 408 PS_ASSERT_IMAGE_NON_EMPTY(Aout, NULL); 408 409 psVector *C = psVectorAlloc(localPolyTerms, PS_TYPE_F64); 410 C->n = C->nalloc; 409 411 psMatrixLUSolve(C, Aout, B, outPerm); 410 412
Note:
See TracChangeset
for help on using the changeset viewer.
