Go to the documentation of this file.00001
00002 #ifndef percolate
00003 #define percolate
00004
00005 #include "MbICP2.h"
00006 #include "TData.h"
00007
00008 #ifdef __cplusplus
00009 extern "C" {
00010 #endif
00011
00012 void heapsort(TAsoc a[], int n);
00013
00014 #ifdef __cplusplus
00015 }
00016 #endif
00017
00018 #endif