Changeset 1410 for library

Show
Ignore:
Timestamp:
11/30/11 14:36:47 (12 years ago)
Author:
smidl
Message:

oprava pro novou verzi itpp

Location:
library/bdm
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/itpp_ext.cpp

    r1200 r1410  
    130130 
    131131 
    132 //#if 0 
     132#if 0 
    133133Gamma_RNG::Gamma_RNG ( double a, double b ) { 
    134134    setup ( a, b ); 
     
    329329} 
    330330 
    331 //#endif 
     331#endif 
    332332std::string num2str ( double d ) { 
    333333    char tmp[20];//that should do 
  • library/bdm/itpp_ext.h

    r1200 r1410  
    4949static const double inf = std::numeric_limits<double>::infinity(); 
    5050 
    51 //#if 0 
     51#if 0 
    5252/*! 
    5353  \brief Gamma distribution 
     
    9797}; 
    9898bool qr ( const mat &A, mat &R ); 
    99 //#endif 
     99#endif 
    100100//! reimplementation of matlab num2str 
    101101std::string num2str ( double d ); 
  • library/bdm/stat/merger.cpp

    r1079 r1410  
    174174        UI::save (beta, set, "beta" ); 
    175175 
    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" );*/ 
    178178} 
    179179