/* adamo.h */ /* Burkhard Burow, burow@cernvax.cern.ch, University of Toronto, 1991. */ /* With minor modifications for standard ADAMO distribution */ #ifndef __ADAMO_LOADED #define __ADAMO_LOADED #include "cfortran.h" #include "partap.h" /* Some definitions that are useful for managing string in the common block */ static char __blanks[]=" \ \ "; #ifndef MAX #define MAX(A,B) (A>B?A:B) #endif #ifndef MIN #define MIN(A,B) (A