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/DynamicFloatArray.c

    r2c47b73 r9ee2ce3  
    2222void convertDFAtoFloats(DynamicFloatArray *dfa, float **data) 
    2323{ 
    24         int size = dfa->size; 
     24        size_t size = dfa->size; 
    2525        if(size>0) 
    2626                *data = (float*)malloc(size * sizeof(float)); 
Note: See TracChangeset for help on using the changeset viewer.