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/TightDataPointStorageD.h

    r2c47b73 r9ee2ce3  
    2323        char reqLength;  
    2424        char radExpo; //used to compute reqLength based on segmented precisions in "pw_rel_compression" 
     25 
     26        double minLogValue; 
    2527 
    2628        int stateNum; 
     
    5355        unsigned char* pwrErrBoundBytes; 
    5456        int pwrErrBoundBytes_size; 
     57                 
     58        unsigned char* raBytes; 
     59        size_t raBytes_size; 
     60         
    5561} TightDataPointStorageD; 
    5662 
Note: See TracChangeset for help on using the changeset viewer.