Changeset 1924


Ignore:
Timestamp:
12/28/06 20:36:22 (17 years ago)
Author:
mattausch
Message:
 
Location:
GTP/trunk/Lib/Vis/Preprocessing/src
Files:
2 edited

Legend:

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

    r1923 r1924  
    189189        cout << "Deleting bsp tree ... \n"; 
    190190        DEL_PTR(mBspTree); 
    191         cout << "done.\n"; fflush(stdout); 
    192  
    193         cout << "Deleting kd tree ...\n";fflush(stdout); 
     191        cout << "done.\n"; 
     192 
     193        cout << "Deleting kd tree ...\n"; 
    194194        DEL_PTR(mKdTree); 
    195195        cout << "done.\n"; 
  • GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.cpp

    r1920 r1924  
    647647        { 
    648648                char filename[100]; 
     649 
    649650                Environment::GetSingleton()->GetStringValue("ViewCells.filename", filename); 
    650651                ExportViewCells(filename, mExportPvs, mPreprocessor->mObjects); 
Note: See TracChangeset for help on using the changeset viewer.