Changeset abca157 for GenericIO.cxx
- Timestamp:
- 09/28/18 16:18:01 (6 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GenericIO.cxx
r0654f4c rabca157 1707 1707 free(OrigData); 1708 1708 1709 if (LDSz != Vars[i].Size*RH->NElems)1709 if (LDSz != RH->NElems) 1710 1710 throw runtime_error("Variable " + Vars[i].Name + 1711 1711 ": SZ decompression yielded the wrong amount of data");
Note: See TracChangeset
for help on using the changeset viewer.