Ignore:
Timestamp:
06/06/08 17:40:59 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2736 r2742  
    11821182                const int n = 4; 
    11831183                reserveRays = mSamplesPerPass * n; 
    1184                 cout << "setting ray pool size to " << reserveRays << endl;        
    1185  
    1186         } 
     1184 
     1185        } 
     1186 
     1187#ifdef USE_RAY_POOL 
     1188        cout << "setting ray pool size to " << reserveRays << endl;        
    11871189 
    11881190        cout << "======================" << endl; 
     
    11921194         
    11931195        cout<<"done."<<endl<<flush; 
    1194          
     1196#endif 
     1197 
    11951198        return true; 
    11961199} 
Note: See TracChangeset for help on using the changeset viewer.