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

    r2168 r2176  
    33 
    44#include <vector> 
    5 //using namespace std; 
     5// 
    66 
    77#include "common.h" 
     
    280280    
    281281  // container for the distributions 
    282   vector<SamplingStrategy *> mDistributions; 
     282        std::vector<SamplingStrategy *> mDistributions; 
    283283   
    284284  MixtureDistribution(Preprocessor &preprocessor): 
Note: See TracChangeset for help on using the changeset viewer.