Changeset 270 for tests/egiw_test.cpp

Show
Ignore:
Timestamp:
02/16/09 10:02:08 (15 years ago)
Author:
smidl
Message:

Changes in the very root classes!
* rv and rvc are no longer compulsory,
* samplecond does not return ll
* BM has drv

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tests/egiw_test.cpp

    r254 r270  
    2525                double nu=10; 
    2626 
    27                 RV thr ( "{thr }", "2" ); 
    28                 egiw E ( thr,nu*V,nu ); 
     27                egiw E ( 1,nu*V,nu ); 
    2928                cout << "egiw mean value:" << E.mean() <<endl; 
    3029                cout << "egiw normalizing constant:" << E.lognc() <<endl; 
     
    7978                double nu=20; 
    8079 
    81                 RV thr ( "{thr }", "3" ); 
    82                 egiw E ( thr,nu*V,nu ); 
     80                egiw E ( 1,nu*V,nu ); 
    8381                cout << "egiw mean value:" << E.mean() <<endl; 
    8482                cout << "egiw normalizing constant:" << E.lognc() <<endl;