OpenAtom  Version1.5a
LINE_EQUAL_DECOMP_V.2/para_grp_parse.h
1 #ifndef _PARA_GRP_PARSE_
2 #define _PARA_GRP_PARSE_
3 
4 #ifndef MAX
5 #define MAX(A,B) (((A)>(B))?(A):(B))
6 #endif
7 
8 #ifndef MIN
9 #define MIN(A,B) (((A)<(B))?(A):(B))
10 #endif
11 
12 #ifndef PRINTF
13 #define PRINTF printf
14 //#define PRINTF CkPrintf
15 #endif
16 
17 #ifndef EXIT
18 #define EXIT(N) {exit(N);}
19 //#define EXIT(N) {CkExit();}
20 #endif
21 
23 
24  //---------------------------------------------------------------------------
25  public:
26 
27  //---------------------------------------------------------------------------
28  ///on-destruct:
30  ~ParaGrpParse(){};
31 
32 //---------------------------------------------------------------------------
33 /// functions
34 static void get_plane_line_prms(int, int ,int ,int *,int *, int *,int *,
35  int *,int *,int *,int *,int *,int *,int *);
36 
37 static void flip_data_set(int , int *, int *, int *, int *
38 /// ,complex *
39  );
40 
41 
42 
43 //---------------------------------------------------------------------------
44  }; //ParaGrpParse
45 ///////////////////////////////////////////////////////////////////////////=
46 
47 #endif
static void get_plane_line_prms(int, int, int, int *, int *, int *, int *, int *, int *, int *, int *, int *, int *, int *)
functions
static void flip_data_set(int, int *, int *, int *, int *)