Ignore:
Timestamp:
03/02/07 13:13:24 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2116 r2183  
    283283                if (GetArea() < AREA_LIMIT) 
    284284                { 
    285                         Debug << "area too small: " << GetArea() << endl; 
     285                        Debug << "area too small: " << GetArea() << std::endl; 
    286286                        return false; 
    287287                } 
Note: See TracChangeset for help on using the changeset viewer.