Ignore:
Timestamp:
09/28/18 16:32:55 (6 years ago)
Author:
Hal Finkel <hfinkel@…>
Branches:
master, pympi
Children:
e6aa0eb
Parents:
abca157
git-author:
Hal Finkel <hfinkel@…> (09/28/18 16:32:55)
git-committer:
Hal Finkel <hfinkel@…> (09/28/18 16:32:55)
Message:

importing new SZ files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • thirdparty/SZ/sz/include/TightDataPointStorageF.h

    r2c47b73 r9ee2ce3  
    3535        size_t rtypeArray_size; 
    3636         
     37        float minLogValue; 
     38 
    3739        unsigned char* typeArray; //its size is dataSeriesLength/4 (or xxx/4+1)  
    3840        size_t typeArray_size; 
     
    5557        unsigned char* pwrErrBoundBytes; 
    5658        int pwrErrBoundBytes_size; 
     59         
     60        unsigned char* raBytes; 
     61        size_t raBytes_size; 
    5762         
    5863} TightDataPointStorageF; 
Note: See TracChangeset for help on using the changeset viewer.