diff options
author | Daniel Spangberg <daniels@kemi.uu.se> | 2013-05-25 09:22:05 (GMT) |
---|---|---|
committer | Daniel Spangberg <daniels@kemi.uu.se> | 2013-05-25 09:22:05 (GMT) |
commit | 4f846bcb0d2027955d5bab4151dcfedf86347cd8 (patch) | |
tree | e48e5a225877a921a46bcb274765c54e096c10a3 /src/tests/compression/test4.h | |
parent | 6380d1a869ee1c29d9b1ab2aa2ff403f3fbed14b (diff) |
Add more tests for compression of frames that contain only zero
data. Add input data sanity checks. tng_compress routines now return
NULL if input data is too large compared to the precision.
Diffstat (limited to 'src/tests/compression/test4.h')
-rw-r--r-- | src/tests/compression/test4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/compression/test4.h b/src/tests/compression/test4.h index dfda25d..5254a07 100644 --- a/src/tests/compression/test4.h +++ b/src/tests/compression/test4.h @@ -1,4 +1,4 @@ -#define TESTNAME "Initial coding. BWLZH one-to-one algorithm. Cubic cell." +#define TESTNAME "Initial coding. BWLZH intra algorithm. Cubic cell." #define FILENAME "test4.tng_compress" #define ALGOTEST #define NATOMS 1000 |