Commit bb76298 1 parent 8fe0059 commit bb76298 Copy full SHA for bb76298
File tree 3 files changed +9
-6
lines changed
3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 3
3
#include <setjmp.h>
4
4
#include <cmocka.h>
5
5
6
- #include "include/zfp/bitstream.h"
7
- #include "include/zfp/bitstream.inl"
6
+ #include "zfp/internal/zfp/inline.h"
7
+ #include "zfp/bitstream.h"
8
+ #include "zfp/bitstream.inl"
8
9
9
10
#define STREAM_WORD_CAPACITY 3
10
11
Original file line number Diff line number Diff line change 5
5
6
6
#define BIT_STREAM_WORD_TYPE uint16
7
7
8
- #include "include/zfp/bitstream.h"
9
- #include "include/zfp/bitstream.inl"
8
+ #include "zfp/internal/zfp/inline.h"
9
+ #include "zfp/bitstream.h"
10
+ #include "zfp/bitstream.inl"
10
11
11
12
#define STREAM_WORD_CAPACITY 4
12
13
Original file line number Diff line number Diff line change 5
5
6
6
#define BIT_STREAM_STRIDED
7
7
8
- #include "include/zfp/bitstream.h"
9
- #include "include/zfp/bitstream.inl"
8
+ #include "zfp/internal/zfp/inline.h"
9
+ #include "zfp/bitstream.h"
10
+ #include "zfp/bitstream.inl"
10
11
11
12
// 4 words per block
12
13
#define BLOCK_SIZE 4
You can’t perform that action at this time.
0 commit comments