Changeset 203 for bdm

Show
Ignore:
Timestamp:
11/10/08 15:40:27 (16 years ago)
Author:
smidl
Message:

zmena syntaxe mepdf

Location:
bdm/stat
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • bdm/stat/libBM.h

    r201 r203  
    336336public: 
    337337        //!Default constructor 
    338         mepdf ( epdf &em ) :mpdf ( em._rv(),RV() ) {ep=&em;}; 
     338        mepdf (const epdf* em ) :mpdf ( em->_rv(),RV() ) {ep=const_cast<epdf*>(em);}; 
    339339        void condition ( const vec &cond ) {} 
    340340}; 
  • bdm/stat/libEF.h

    r200 r203  
    440440                _R = Re; 
    441441                _R*=( 1+zeta );// / ( nu ); << nu is in Re!!!!!! 
    442                  
    443                 cout << _mu <<" +- " << sqrt(_R.to_mat()) << endl; 
    444442        }; 
    445443