Index: trunk/psLib/src/math/psVectorSmooth.h
===================================================================
--- trunk/psLib/src/math/psVectorSmooth.h	(revision 13918)
+++ trunk/psLib/src/math/psVectorSmooth.h	(revision 42888)
@@ -23,5 +23,6 @@
 psVector *psVectorBoxcar(psVector *output, ///< Output vector, or NULL
                          const psVector *input, ///< Input vector (F32 or F64 only)
-                         int size       ///< Boxcar size (one-sided size)
+                         int size,       ///< Boxcar size (one-sided size)
+                         bool robust            ///< compute robust median or normal median
     );
 
