Changeset 1605 for GTP/trunk/Lib
- Timestamp:
- 10/10/06 16:44:33 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/ViewCell.cpp
r1603 r1605 2248 2248 2249 2249 int entriesInPvs = rootEntries; 2250 const int entryStorage = 1;//sizeof(PvsData) + sizeof(int); // one entry into the pvs2250 const int entryStorage = sizeof(PvsData) + sizeof(int); // one entry into the pvs 2251 2251 2252 2252 storageFunction.push_back(rootEntries);
Note: See TracChangeset
for help on using the changeset viewer.