Changeset 19405 for trunk/Mars
- Timestamp:
- 11/15/18 20:12:28 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mcore/fits.h
r19404 r19405 306 306 307 307 std::istringstream sin(fmt); 308 int n = 0;308 size_t n = 0; 309 309 sin >> n; 310 310 if (!sin) … … 344 344 } 345 345 346 const Table::Column col = { i, bytes, size_t(n), size, n*size, type, unit, comm, compress };346 const Table::Column col = { i, bytes, n, size, n*size, type, unit, comm, compress }; 347 347 348 348 cols[id] = col;
Note:
See TracChangeset
for help on using the changeset viewer.