Ignore:
Timestamp:
02/28/07 19:38:47 (17 years ago)
Author:
mattausch
Message:

removed using namespace std from .h

File:
1 edited

Legend:

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

    r2124 r2176  
    1515#include "Beam.h" 
    1616 
     17 
     18using namespace std; 
     19 
    1720namespace GtpVisibilityPreprocessor { 
    1821 
     
    101104        result = ExportRays(*ri, color); 
    102105        if (!result) { 
    103           cerr<<"Error while exporting rays!\n"; 
     106          std::cerr<<"Error while exporting rays!\n"; 
    104107          break; 
    105108        } 
Note: See TracChangeset for help on using the changeset viewer.