Changeset 1410
- Timestamp:
- 11/30/11 14:36:47 (13 years ago)
- Location:
- library/bdm
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
library/bdm/itpp_ext.cpp
r1200 r1410 130 130 131 131 132 //#if 0132 #if 0 133 133 Gamma_RNG::Gamma_RNG ( double a, double b ) { 134 134 setup ( a, b ); … … 329 329 } 330 330 331 //#endif331 #endif 332 332 std::string num2str ( double d ) { 333 333 char tmp[20];//that should do -
library/bdm/itpp_ext.h
r1200 r1410 49 49 static const double inf = std::numeric_limits<double>::infinity(); 50 50 51 //#if 051 #if 0 52 52 /*! 53 53 \brief Gamma distribution … … 97 97 }; 98 98 bool qr ( const mat &A, mat &R ); 99 //#endif99 #endif 100 100 //! reimplementation of matlab num2str 101 101 std::string num2str ( double d ); -
library/bdm/stat/merger.cpp
r1079 r1410 174 174 UI::save (beta, set, "beta" ); 175 175 176 if( DBG )177 UI::save ( dbg_file-> get_fname(), set, "dbg_file" );176 /* if( DBG ) 177 UI::save ( dbg_file->fname(), set, "dbg_file" );*/ 178 178 } 179 179