Changeset 1636 in Sophya for trunk/SophyaLib/TArray/tarray.cc
- Timestamp:
- Aug 13, 2001, 2:38:17 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/tarray.cc
r1558 r1636 87 87 string exmsg = "TArray<T>::TArray(int_4, sa_size_t *, NDataBlock<T> & ... )"; 88 88 if (!UpdateSizes(ndim, siz, step, offset, exmsg)) throw( ParmError(exmsg) ); 89 89 if (mNDBlock.Size() < ComputeTotalSize(ndim, siz, step, offset)) { 90 exmsg += " DataBlock.Size() < ComputeTotalSize(...) " ; 91 throw( ParmError(exmsg) ); 92 } 90 93 } 91 94
Note:
See TracChangeset
for help on using the changeset viewer.