Changeset 6352
- Timestamp:
- Feb 7, 2006, 2:53:55 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_rel9_p0/psModules/src/imsubtract/pmSubtractBias.c
r6351 r6352 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1.6.8.1.2. 5$ $Name: not supported by cvs2svn $14 * @date $Date: 2006-02-08 00:5 2:13$13 * @version $Revision: 1.6.8.1.2.6 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2006-02-08 00:53:55 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 379 379 overscanOpts->poly->type != PS_POLYNOMIAL_ORD)) { 380 380 psFree(overscanOpts->poly); 381 overscanOpts->poly = NULL; 382 } 383 if (! overscanOpts->poly) { 381 384 overscanOpts->poly = psPolynomial1DAlloc(overscanOpts->order, PS_POLYNOMIAL_ORD); 382 385 } … … 389 392 overscanOpts->poly->type != PS_POLYNOMIAL_CHEB)) { 390 393 psFree(overscanOpts->poly); 394 overscanOpts->poly = NULL; 395 } 396 if (! overscanOpts->poly) { 391 397 overscanOpts->poly = psPolynomial1DAlloc(overscanOpts->order, PS_POLYNOMIAL_CHEB); 392 398 }
Note:
See TracChangeset
for help on using the changeset viewer.
