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/Beam.h

    r863 r2176  
    66#include "Statistics.h" 
    77 
    8 using namespace std; 
    98 
    109namespace GtpVisibilityPreprocessor { 
     
    4746        } 
    4847 
    49         void Print(ostream &app) const; 
     48        void Print(std::ostream &app) const; 
    5049 
    51         friend ostream &operator<<(ostream &s, const BeamSampleStatistics &stat)  
     50        friend std::ostream &operator<<(std::ostream &s, const BeamSampleStatistics &stat)  
    5251        { 
    5352                stat.Print(s); 
Note: See TracChangeset for help on using the changeset viewer.