OpenAtom
Version1.5a
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
22
class
ParaGrpParse
{
23
24
//---------------------------------------------------------------------------
25
public
:
26
27
//---------------------------------------------------------------------------
28
///on-destruct:
29
ParaGrpParse
(){};
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
ParaGrpParse
Definition:
LINE_EQUAL_DECOMP_V.2/para_grp_parse.h:22
ParaGrpParse::ParaGrpParse
ParaGrpParse()
on-destruct:
Definition:
LINE_EQUAL_DECOMP_V.2/para_grp_parse.h:29
ParaGrpParse::get_plane_line_prms
static void get_plane_line_prms(int, int, int, int *, int *, int *, int *, int *, int *, int *, int *, int *, int *, int *)
functions
Definition:
LINE_EQUAL_DECOMP_V.2/para_grp_parse.C:14
ParaGrpParse::flip_data_set
static void flip_data_set(int, int *, int *, int *, int *)
Definition:
LINE_EQUAL_DECOMP_V.2/para_grp_parse.C:135
src_charm_driver
utility
LINE_EQUAL_DECOMP_V.2
para_grp_parse.h
Generated on Wed Sep 17 2014 14:34:02 for OpenAtom by
1.8.6