/* ************************************************************************ * * global.h - * * Copyright (c) 1995 * * ETH Zuerich * Institut fuer Molekularbiologie und Biophysik * ETH-Hoenggerberg * CH-8093 Zuerich * * All Rights Reserved * * Date of last modification : 95/09/15 * Pathname of SCCS file : /export/home3/cb/garant-1.0/src/SCCS/s.global.h * SCCS identification : 1.2 * ************************************************************************ */ /* Global definitions *********************************************************/ #ifndef _GLOBAL_H_ #define _GLOBAL_H_ #define TRUE 1 #define FALSE 0 #define DIMENSION 4 #define MAXLINE 160 #define MAXNAME 20 #define MAXFILENAME 100 #define MAX_EQUIV_ERPEAK 400 #define MAX_CO_PER_ATOM 1 #define MAXPARENTS 2 #define MAX_COMMENT 40 /* Longest comment allowed in lists */ #define MAXASSIGN 30 #define MAXCOHERENCE 10000 #define BAD_PPM 999.000 #define DESTFRAG 0 #define SUBFRAG 1 #define DESTSUB 2 #endif