OpenAtom
Version1.5a
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
para_grp_parse.h
1
/** \file para_grp_parse.h
2
*
3
*/
4
5
6
#ifndef _PARA_GRP_PARSE_
7
#define _PARA_GRP_PARSE_
8
9
#ifndef MAX
10
#define MAX(A,B) (((A)>(B))?(A):(B))
11
#endif
12
13
#ifndef MIN
14
#define MIN(A,B) (((A)<(B))?(A):(B))
15
#endif
16
17
#ifndef PRINTF
18
#define PRINTF printf
19
//#define PRINTF CkPrintf
20
#endif
21
22
#ifndef EXIT
23
#define EXIT(N) {exit(N);}
24
//#define EXIT(N) {CkExit();}
25
#endif
26
27
#include "ckcomplex.h"
28
29
class
ParaGrpParse
{
30
31
//---------------------------------------------------------------------------
32
public
:
33
34
//---------------------------------------------------------------------------
35
///on-destruct:
36
ParaGrpParse
(){};
37
~
ParaGrpParse
(){};
38
39
//---------------------------------------------------------------------------
40
/// functions
41
static
void
get_chareG_line_prms
(
int
,
int
,
int
,
int
*,
int
*,
int
*,
int
*,
int
*,
42
bool
);
43
44
static
void
flip_data_set
(
int
,
int
*,
int
*,
int
*,
int
*,
complex
*,
int
);
45
46
//---------------------------------------------------------------------------
47
};
//ParaGrpParse
48
///////////////////////////////////////////////////////////////////////////=
49
50
#endif
ParaGrpParse
Definition:
LINE_EQUAL_DECOMP_V.2/para_grp_parse.h:22
ParaGrpParse::ParaGrpParse
ParaGrpParse()
on-destruct:
Definition:
para_grp_parse.h:36
ParaGrpParse::get_chareG_line_prms
static void get_chareG_line_prms(int, int, int, int *, int *, int *, int *, int *, bool)
functions
Definition:
para_grp_parse.C:21
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
complex
Definition:
convert_State2KPTState.C:7
src_charm_driver
utility
para_grp_parse.h
Generated on Wed Sep 17 2014 14:34:02 for OpenAtom by
1.8.6