Ignore:
Timestamp:
07/17/06 18:17:09 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1106 r1137  
    12641264        mLocalSplitCandidates->reserve(requestedSize); 
    12651265 
    1266         float pos; 
    1267  
    1268         // float values => don't compare with exact values 
    12691266        if (0) 
    1270         { 
     1267        {       // float values => don't compare with exact values 
    12711268                minBand += Limits::Small; 
    12721269                maxBand -= Limits::Small; 
     
    12771274        { 
    12781275                const bool positive = (*ri).mRay->HasPosDir(axis); 
    1279                                  
    1280                 pos = (*ri).ExtrapOrigin(axis); 
     1276                float pos = (*ri).ExtrapOrigin(axis); 
     1277 
    12811278                // clamp to min / max band 
    12821279                if (0) ClipValue(pos, minBand, maxBand); 
     
    12861283 
    12871284                pos = (*ri).ExtrapTermination(axis); 
     1285 
    12881286                // clamp to min / max band 
    12891287                if (0) ClipValue(pos, minBand, maxBand); 
Note: See TracChangeset for help on using the changeset viewer.