Changeset 3529 for trunk/psLib/src/math/psStats.c
- Timestamp:
- Mar 28, 2005, 12:49:33 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psStats.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psStats.c
r3501 r3529 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.12 0$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-03-2 4 23:56:18$11 * @version $Revision: 1.121 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-03-28 22:49:33 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 2273 2273 psError(PS_ERR_UNKNOWN, false, 2274 2274 "Failed to calculate vector maximum"); 2275 psFree(stats); 2276 return(NULL); 2275 stats->max = NAN; 2277 2276 } 2278 2277 } … … 2282 2281 psError(PS_ERR_UNKNOWN, false, 2283 2282 "Failed to calculate vector minimum"); 2284 psFree(stats); 2285 return(NULL); 2283 stats->min = NAN; 2286 2284 } 2287 2285 }
Note:
See TracChangeset
for help on using the changeset viewer.
