Ignore:
Timestamp:
02/12/06 21:45:02 (18 years ago)
Author:
mattausch
Message:

really last checkin before svn change

File:
1 edited

Legend:

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

    r610 r612  
    1616#include "RssPreprocessor.h" 
    1717 
    18 #define SAMPLE_AFTER_SUBDIVISION 1 
     18#define SAMPLE_AFTER_SUBDIVISION 0 
    1919 
    2020 
     
    25022502        Debug << "\nView cells after construction:\n" << mViewCellsStats << endl; 
    25032503 
    2504         if (1) // export initial view cells 
     2504        if (0) // export initial view cells 
    25052505        { 
    25062506                cout << "exporting initial view cells (=leaves) ... "; 
     
    25802580         
    25812581        //BspLeaf::NewMail(); 
    2582         if (1) // export merged view cells 
     2582        if (0) // export merged view cells 
    25832583        { 
    25842584                mColorCode = 0; 
     
    26172617        } 
    26182618 
    2619         if (1) // export merged view cells 
     2619        if (0) // export merged view cells using pvs coding 
    26202620        { 
    26212621                mColorCode = 1; 
     
    29092909 
    29102910         
    2911         if (1) // export view cells 
    2912         {// hack pvs 
     2911        if (0) // export view cells 
     2912        {       // hack pvs 
    29132913                int savedColorCode = mColorCode; 
    29142914                mColorCode = 1; 
Note: See TracChangeset for help on using the changeset viewer.