blob: af7c9ff7da0328b4d9b6860b8dad53f5525799c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
#define TESTNAME "XTC3 algorithm. Orthorhombic cell."
#define FILENAME "test27.tng_compress"
#define ALGOTEST
#define NATOMS 1000
#define CHUNKY 100
#define SCALE 0.1
#define PRECISION 0.01
#define WRITEVEL 0
#define VELPRECISION 0.1
#define INITIALCODING 10
#define INITIALCODINGPARAMETER 0
#define CODING 10
#define CODINGPARAMETER 0
#define INITIALVELCODING 1
#define INITIALVELCODINGPARAMETER -1
#define VELCODING 9
#define VELCODINGPARAMETER 0
#define INTMIN1 0
#define INTMIN2 0
#define INTMIN3 0
#define INTMAX1 20000
#define INTMAX2 10000
#define INTMAX3 30000
#define NFRAMES 200
#define EXPECTED_FILESIZE 282600.
|