Ignore:
Timestamp:
12/03/06 20:55:53 (18 years ago)
Author:
mattausch
Message:

fixed compress

File:
1 edited

Legend:

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

    r1841 r1842  
    667667        { 
    668668                cout << "bvh local termination criteria met:" << endl; 
    669                 cout << "objects: " << tData.mNode->mObjects.size() << " " << mTermMinObjects << endl; 
     669                cout << "objects: " << (int)tData.mNode->mObjects.size() << " " << mTermMinObjects << endl; 
    670670        } 
    671671#endif 
Note: See TracChangeset for help on using the changeset viewer.