Changeset 254 for bdm/stat/libBM.cpp

Show
Ignore:
Timestamp:
01/28/09 10:00:56 (15 years ago)
Author:
smidl
Message:

create namespace bdm

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/stat/libBM.cpp

    r211 r254  
    33#include "../itpp_ext.h" 
    44 
    5 using namespace itpp; 
     5namespace bdm { 
    66 
    77using std::cout; 
     
    239239        for(int t=0;t<Data.cols();t++){bayes(Data.get_col(t));} 
    240240} 
     241}