Ignore:
Timestamp:
01/27/06 16:27:22 (18 years ago)
Author:
mattausch
Message:

started to include variance into the measures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/VssPreprocessor.cpp

    r577 r579  
    494494VssPreprocessor::ComputeVisibility() 
    495495{ 
    496  
     496        Debug << "type: vss" << endl; 
    497497 
    498498  long startTime = GetTime(); 
     
    523523  cout<<"mUseViewSpaceBox="<<mUseViewSpaceBox<<endl; 
    524524  Debug << "use view space box=" << mUseViewSpaceBox << endl; 
     525 
    525526  if (mUseViewSpaceBox) 
    526527  { 
    527         mViewSpaceBox = box; 
     528          mViewSpaceBox = box; 
    528529  } 
    529530  else 
    530531  { 
    531         mViewSpaceBox = NULL; 
     532          mViewSpaceBox = NULL; 
    532533  } 
    533534   
Note: See TracChangeset for help on using the changeset viewer.