core/vbl/vbl_qsort.cxx
Go to the documentation of this file.
00001 // This is core/vbl/vbl_qsort.cxx
00002 #ifdef VCL_NEEDS_PRAGMA_INTERFACE
00003 #pragma implementation
00004 #endif
00005 //
00006 
00007 // Author: Andrew W. Fitzgibbon, Oxford RRG
00008 // Created: 19 Nov 97
00009 //
00010 //-----------------------------------------------------------------------------
00011 
00012 #include "vbl_qsort.h"
00013 
00014 VBL_QSORT_INSTANTIATE(int);
00015 VBL_QSORT_INSTANTIATE(double);