Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

qf_f2c.h

Go to the documentation of this file.
00001 /*
00002 * $Id: qf_f2c.h,v 1.2 2009/02/16 08:04:39 schubert Exp $
00003 *
00004 * Revision 1.1.1.1  2002/06/16 15:18:46  hristov
00005 * Separate distribution  of Geant3
00006 *
00007 * Revision 1.1.1.1  1999/05/18 15:55:29  fca
00008 * AliRoot sources
00009 *
00010 * Revision 1.1.1.1  1996/02/15 17:49:20  mclareni
00011 * Kernlib
00012 *
00013 *
00014 *  This is a piece of f2c.h file by AT&T
00015 *
00016 * qf_f2c.h
00017 */
00018 typedef long ftnlen;
00019 typedef long int integer;
00020 typedef char *address;
00021 typedef short int shortint;
00022 typedef float real;
00023 typedef double doublereal;
00024 
00025 typedef struct { real r, i; } complex;
00026 #ifdef WIN32               /*   V.E.Fine 03.07.93 */
00027 #define _COMPLEX_DEFINED
00028 #endif
00029 
00030 typedef struct { doublereal r, i; } doublecomplex;
00031 typedef long int logical;
00032 typedef short int shortlogical;
00033 typedef char logical1;
00034 typedef char integer1;
00035 /* typedef long long longint; */ /* system-dependent */
00036 
00037 #define TRUE_ (1)
00038 #define FALSE_ (0)
00039 #define min(a,b) ((a) <= (b) ? (a) : (b))
00040 #define max(a,b) ((a) >= (b) ? (a) : (b))

Generated on Mon Feb 15 11:07:27 2010 for loon by  doxygen 1.3.9.1