Changeset abca157 for GenericIO.cxx


Ignore:
Timestamp:
09/28/18 16:18:01 (6 years ago)
Author:
Hal Finkel <hfinkel@…>
Branches:
master, pympi
Children:
9ee2ce3
Parents:
0654f4c
git-author:
Hal Finkel <hfinkel@…> (09/28/18 16:18:01)
git-committer:
Hal Finkel <hfinkel@…> (09/28/18 16:18:01)
Message:

fix the SZ size check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GenericIO.cxx

    r0654f4c rabca157  
    17071707          free(OrigData); 
    17081708 
    1709           if (LDSz != Vars[i].Size*RH->NElems) 
     1709          if (LDSz != RH->NElems) 
    17101710            throw runtime_error("Variable " + Vars[i].Name + 
    17111711                                ": SZ decompression yielded the wrong amount of data"); 
Note: See TracChangeset for help on using the changeset viewer.