Changeset 662 for library/bdm/itpp_ext.h

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

mac compilation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • 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 );