Ignore:
Timestamp:
01/15/06 04:23:51 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r535 r540  
    1313#include "ViewCellsParser.h" 
    1414#include "Beam.h" 
    15  
     15#include "VssPreprocessor.h" 
     16#include "RssPreprocessor.h" 
    1617 
    1718 
     
    7677int ViewCellsManager::Construct(VssRayContainer &rays) 
    7778{ 
     79        VssPreprocessor preprocessor; 
     80 
     81 
     82 
    7883        return 0; 
    7984} 
Note: See TracChangeset for help on using the changeset viewer.