LoAdSG
abbrevi.h
1
/**********************************************************************************
2
* Author: Christoph Pflaum, Riccarda Scherner-Griesshammer
3
* Department Informatik Lehrstuhl 10 - Systemsimulation
4
* Friedrich-Alexander Universität Erlangen-Nürnberg
5
*
6
*********************************************/
7
8
#ifndef ABBREVI_H
9
#define ABBREVI_H
10
11
#define DimensionSparseGrid 3
12
#define MaximumDepth 15
13
14
#define indexInteger int
// this should be signed, since cacluations require that
15
#define dataInteger unsigned long
16
17
18
19
20
#define testNow
21
22
23
24
25
26
#endif
// ABBREVI_H
27
28
29
home
runner
work
LoAdSG
LoAdSG
library
source
abbrevi.h
Generated by
1.9.8