segCommon.h

Go to the documentation of this file.
00001 /**************************************************************************//***************************************************************************/
00009 #define S_TRUE        1         
00010 #define S_FALSE       0         
00012 #define MAXSTRLEN     256       
00013 /*#define MAXID         32*/
00014 #define SMALLNUM      1.0e-100  
00015 #define BIGNUM        1.0e100   
00016 #define SBIGNUM       1.0e98    
00018 #define NO_ERROR      0   
00019 #define RTN_ERROR     -1  
00020 #define ERROR_ALLOC   -2  
00021 #define ERROR_FOPEN   -3  
00022 #define ERROR_FREAD   -4  
00023 #define ERROR_FWRIT   -5  

Generated on Sun Aug 5 02:40:36 2007 for SEGRec Version 1.0 by  doxygen 1.5.1