PLUTO  4.0
 All Data Structures Files Functions Variables Enumerations Macros Pages
al.h
Go to the documentation of this file.
1 /* ///////////////////////////////////////////////////////////////////// */
13 /* ///////////////////////////////////////////////////////////////////// */
14 
15 #ifndef __AL
16 #define __AL
17 
18 #include <mpi.h>
19 
20 #include <stdio.h>
21 #include <stdarg.h>
22 #include <stdlib.h>
23 #include <strings.h>
24 #include <math.h>
25 
26 #include "al_defs.h"
27 
28 /* Include AL prototypes */
29 #include "al_proto.h"
30 
31 /* Include AL macros and definitions */
32 #include "al_codes.h"
33 
34 
35 #endif /* End if __AL */
36