1 --- opennurbs_array.h 2011-11-22 09:51:36.000000000 +0800
2 +++ patched/opennurbs_array.h 2012-09-03 18:55:30.000000000 +0800
8 +template< class T> static
9 int ON_CompareIncreasing( const T* a, const T* b);
17 +template< class T> static
18 int ON_CompareDecreasing( const T* a, const T* b);