Ignore:
Timestamp:
09/15/05 08:51:57 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/Polygon3.h

    r263 r270  
    88#include "Containers.h" 
    99#include "Mesh.h" 
     10#include <iomanip> 
    1011 
    1112class Polygon3; 
     
    7576        VertexContainer::const_iterator it; 
    7677 
    77         s << "Polygon:\n"; 
     78        s << setprecision(6) << "Polygon:\n"; 
    7879         
    7980        for (it = A.mVertices.begin(); it != A.mVertices.end(); ++it) 
Note: See TracChangeset for help on using the changeset viewer.