- Timestamp:
- 11/25/15 15:51:51 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/TableTraverse.cpp
r2316 r3082 244 244 colValues[i] = NULL; 245 245 } 246 size_t sizes[colCount];246 //size_t sizes[colCount]; 247 247 const uInt nRows = table.nrow(); 248 248 for (uInt i = 0; i < colCount; i++) { 249 249 cols[i] = new ROTableColumn(table, columnNames[i]); 250 250 colValues[i] = typeManagers[i]->allocArray(nRows); 251 sizes[i] = typeManagers[i]->sizeOf();251 //sizes[i] = typeManagers[i]->sizeOf(); 252 252 BaseColumn *baseCol = ROTableColumnBackDoor::baseColumnPtr(cols[i]); 253 253 copyColumnData(colValues[i], typeManagers[i]->sizeOf(), nRows, baseCol);
Note:
See TracChangeset
for help on using the changeset viewer.