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

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