Changeset 8669 for trunk/psModules/src/detrend/pmNonLinear.c
- Timestamp:
- Aug 29, 2006, 11:39:44 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmNonLinear.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmNonLinear.c
r7604 r8669 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-0 6-21 03:21:16$12 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-08-29 21:39:44 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 80 80 tableSize = PS_MIN(inFlux->n, outFlux->n); 81 81 psLogMsg(__func__, PS_LOG_WARN, 82 "WARNING: pmNonLinear.c: pmNonLinearityLookup(): input vectors have different sizes (% d, %d)\n", inFlux->n, outFlux->n);82 "WARNING: pmNonLinear.c: pmNonLinearityLookup(): input vectors have different sizes (%ld, %ld)\n", inFlux->n, outFlux->n); 83 83 } 84 84 PS_ASSERT_VECTOR_TYPE(inFlux, PS_TYPE_F32, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.
