Changeset 662 for library/bdm

Show
Ignore:
Timestamp:
10/15/09 12:07:25 (15 years ago)
Author:
suzdalev
Message:

mac compilation

Location:
library/bdm
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/itpp_ext.cpp

    r661 r662  
    115115} 
    116116 
    117 #if 0 
     117//#if 0 
    118118Gamma_RNG::Gamma_RNG (double a, double b) 
    119119{ 
     
    317317} 
    318318 
    319 #endif 
     319//#endif 
    320320std::string num2str (double d) 
    321321{ 
  • library/bdm/itpp_ext.h

    r661 r662  
    4343const double inf = std::numeric_limits<double>::infinity(); 
    4444 
    45 #if 0 
     45//#if 0 
    4646/*! 
    4747  \brief Gamma distribution 
     
    9191}; 
    9292bool qr ( const mat &A, mat &R ); 
    93 #endif 
     93//#endif 
    9494//! reimplementation of matlab num2str 
    9595std::string num2str ( double d );