Changeset 1605


Ignore:
Timestamp:
10/10/06 16:44:33 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/ViewCell.cpp

    r1603 r1605  
    22482248 
    22492249        int entriesInPvs = rootEntries; 
    2250     const int entryStorage = 1;//sizeof(PvsData) + sizeof(int); // one entry into the pvs 
     2250    const int entryStorage = sizeof(PvsData) + sizeof(int); // one entry into the pvs 
    22512251 
    22522252        storageFunction.push_back(rootEntries); 
Note: See TracChangeset for help on using the changeset viewer.