Ignore:
Timestamp:
01/22/07 20:25:06 (17 years ago)
Author:
bittner
Message:

pvs efficiency tuning

File:
1 edited

Legend:

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

    r2003 r2015  
    149149const ObjectPvs &ViewCell::GetPvs() const 
    150150{ 
    151         return mPvs; 
     151  return mPvs; 
    152152} 
    153153 
     
    155155ObjectPvs &ViewCell::GetPvs() 
    156156{ 
    157         return mPvs; 
     157  return mPvs; 
    158158} 
    159159 
Note: See TracChangeset for help on using the changeset viewer.