00001 #ifndef _ARRAYFIND_H_ 00002 #define _ARRAYFIND_H_ 00003 00004 /* Copyright (c) Kyriacos Leptos and the President and Fellows of Harvard University 00005 Release Date: 2004-11-01 00006 Part of the MapQuant suite library "massspec.lib" 00007 */ 00008 00009 extern int CMP_MODE; 00010 00011 enum {CMP_RIGHT_BIAS, CMP_LEFT_BIAS}; 00012 00013 00014 #include "float_array_search.h" 00015 #include "int_array_search.h" 00016 00017 00018 #endif 00019