Revision 2c47b73,
595 bytes
checked in by Hal Finkel <hfinkel@…>, 6 years ago
(diff) |
more work on adding SZ (latest version)
|
-
Property mode set to
100644
|
Line | |
---|
1 | /** |
---|
2 | * @file szd_float_ts.h |
---|
3 | * @author Sheng Di |
---|
4 | * @date July, 2017 |
---|
5 | * @brief Header file for the szd_float_ts.c. |
---|
6 | * (C) 2016 by Mathematics and Computer Science (MCS), Argonne National Laboratory. |
---|
7 | * See COPYRIGHT in top-level directory. |
---|
8 | */ |
---|
9 | |
---|
10 | #ifndef _SZD_Float_TS_H |
---|
11 | #define _SZD_Float_TS_H |
---|
12 | |
---|
13 | #ifdef __cplusplus |
---|
14 | extern "C" { |
---|
15 | #endif |
---|
16 | |
---|
17 | #include "TightDataPointStorageF.h" |
---|
18 | |
---|
19 | void decompressDataSeries_float_1D_ts(float** data, size_t dataSeriesLength, sz_multisteps* multisteps, TightDataPointStorageF* tdps); |
---|
20 | |
---|
21 | #ifdef __cplusplus |
---|
22 | } |
---|
23 | #endif |
---|
24 | |
---|
25 | #endif /* ----- #ifndef _SZD_Float_TS_H ----- */ |
---|
Note: See
TracBrowser
for help on using the repository browser.