Ignore:
Timestamp:
01/03/08 15:53:44 (17 years ago)
Author:
bittner
Message:

big merge: preparation for havran ray caster, check if everything works

File:
1 edited

Legend:

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

    r2574 r2575  
    1414 
    1515FILE *fileOut = 0; 
    16 bool saveRays = true; 
    17   const int saveRaysStart = 3000000; 
     16bool saveRays = false; 
     17const int saveRaysStart = 3000000; 
    1818int cntSavedRaysFLUSH = 0; 
    1919unsigned long int cntSavedRays = 0; 
    2020const int intSavedLIMIT = 1024; 
     21 
    2122void 
    2223InitSaving() 
     
    3334  fclose(fileOut); 
    3435} 
    35  
    36    
    3736 
    3837IntelRayCaster::IntelRayCaster(const Preprocessor &preprocessor,  
Note: See TracChangeset for help on using the changeset viewer.