Changeset 2692


Ignore:
Timestamp:
05/21/08 02:22:39 (16 years ago)
Author:
mattausch
Message:
 
Location:
GTP/trunk/Lib/Vis/Preprocessing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/scripts/run_demo_vienna

    r2691 r2692  
    2525#PREFIX=../work/plots/atlanta2-rss9 
    2626 
    27 #DISTRIBUTIONS=mutation+object_direction+spatial 
    28 DISTRIBUTIONS=object_direction 
     27DISTRIBUTIONS=mutation+object_direction+spatial 
     28#DISTRIBUTIONS=object_direction 
    2929#DISTRIBUTIONS=spatial 
    3030 
  • GTP/trunk/Lib/Vis/Preprocessing/src/GvsPreprocessor.cpp

    r2691 r2692  
    220220                Intersectable *obj = ray.mTerminationObject; 
    221221 
    222                 // counter < 2 => not accounted for yet 
    223                 // test of triangle was accounted for yet 
     222                // test if triangle was accounted for yet 
    224223                result = AddTriangleObject(obj); 
    225224                 
     
    233232                        if (!node->Mailed()) 
    234233                        { 
    235                                 //cout<<"o"; 
    236234                                // add to pvs 
    237235                                node->Mail(); 
     
    372370 
    373371        // this ray will not be further processed 
    374         //if (!enqueued) delete newRay; 
     372        // note: ray deletion is handled by ray pool 
    375373 
    376374        return castRays; 
Note: See TracChangeset for help on using the changeset viewer.