Ignore:
Timestamp:
01/16/09 17:32:00 (15 years ago)
Author:
mattausch
Message:

probably found export error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/VisibilitySolutionConverter/VisibilitySolutionConverter.cpp

    r3277 r3282  
    230230        mGeometry.clear(); 
    231231 
     232        if (!LoadSolutionTest(bvhInputFilename)) 
    232233        //if (!LoadSolution(bvhInputFilename)) 
    233         if (!LoadSolution(bvhInputFilename)) 
    234234        { 
    235235                cerr << "could not read solution file" << endl; 
     
    648648BvhNode *VisibilitySolutionConverter::LoadNode(FILE *fr, int depth) 
    649649{ 
    650         //cout<<"here4"<<endl; 
    651650        ++ mNumNodes; 
    652651         
Note: See TracChangeset for help on using the changeset viewer.