Changeset 978 for trunk/psLib/src/math/psStats.c
- Timestamp:
- Jun 9, 2004, 4:09:57 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psStats.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psStats.c
r893 r978 28 28 #define MYMAXFLOAT 1e99 29 29 30 #ifndef DOXYGEN 30 31 void p_psVectorRobustStats(const psVector *restrict myVector, 31 32 const psVector *restrict maskVector, 32 33 unsigned int maskVal, 33 34 psStats *stats); 35 #endif 36 34 37 /****************************************************************************** 35 38 psStatsAlloc(): This routine must create a new psStats data structure.
Note:
See TracChangeset
for help on using the changeset viewer.
