Ignore:
Timestamp:
08/29/06 17:34:19 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1291 r1294  
    895895        } 
    896896 
    897         Debug << "here32 " << touchedViewCells.size() << endl; 
     897        Debug << "here32 " << (int)touchedViewCells.size() << endl; 
    898898        return renderCost; 
    899899} 
     
    17931793                } 
    17941794        } 
    1795         Debug << "here65 " << touchedObjects.size() << endl; 
     1795        Debug << "here65 " << (int)touchedObjects.size() << endl; 
    17961796        ObjectContainer::const_iterator it, it_end = touchedObjects.end(); 
    17971797        for (it = touchedObjects.begin(); it != it_end; ++ it) 
Note: See TracChangeset for help on using the changeset viewer.