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/src/sz_double_ts.c

    r2c47b73 r9ee2ce3  
    6767double realPrecision, double valueRangeSize, double medianValue_d) 
    6868{ 
    69 double* preStepData = (double*)(multisteps->hist_data); 
     69        double* preStepData = (double*)(multisteps->hist_data); 
    7070        //store the decompressed data 
    7171        double* decData = (double*)malloc(sizeof(double)*dataLength); 
Note: See TracChangeset for help on using the changeset viewer.