blob: 44529241cee9d9d2162eb448d53dff87da7ae5e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
#define TESTNAME "Initial coding. XTC2 algorithm. High accuracy. Cubic cell."
#define FILENAME "test42.tng_compress"
#define ALGOTEST
#define NATOMS 100000
#define CHUNKY 1
#define SCALE 0.5
#define PRECISION 1e-8
#define WRITEVEL 0
#define VELPRECISION 0.1
#define INITIALCODING 5
#define INITIALCODINGPARAMETER 0
#define CODING 1
#define CODINGPARAMETER -1
#define VELCODING 4
#define VELCODINGPARAMETER 0
#define INTMIN1 0
#define INTMIN2 0
#define INTMIN3 0
#define INTMAX1 1610612736
#define INTMAX2 1610612736
#define INTMAX3 1610612736
#define NFRAMES 100
#define EXPECTED_FILESIZE 57283715.
|