Changeset 33963 for trunk/Ohana/src/libohana/include/ohana_sort.h
- Timestamp:
- May 30, 2012, 1:46:12 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Ohana/src/libohana/include/ohana_sort.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
trunk/Ohana/src/libohana/include/ohana_sort.h
r27435 r33963 73 73 void fsortthree (float *X, float *Y, float *Z, int N); 74 74 void dsortthree (double *X, double *Y, double *Z, int N); 75 void fsortfour (float *X, float *Y, float *Z, float *W, int N); 76 void dsortfour (double *X, double *Y, double *Z, double *W, int N); 75 77 76 78 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
