Ignore:
Timestamp:
05/08/07 13:04:43 (17 years ago)
Author:
mattausch
Message:

cleaned up project files

File:
1 edited

Legend:

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

    r2342 r2353  
    285285 
    286286        // split was not reevaluated before => do it now 
    287         if (splitCandidate->IsDirty()) 
     287        // matt: for new evaluation method, we cannot be sure if the candidate is dirty, 
     288        // so ALWAYS reevaluate 
     289        if (1 || splitCandidate->IsDirty()) 
    288290        { 
    289291                splitCandidate->EvalCandidate(); 
     
    25092511} 
    25102512 
    2511 #ifdef USE_SSE 
     2513 
    25122514int HierarchyManager::CastLineSegment(RayPacket &packet) 
    25132515{ 
     
    25152517} 
    25162518 
    2517 #endif 
    2518  
    2519 } 
     2519 
     2520} 
Note: See TracChangeset for help on using the changeset viewer.