Changeset 784

Show
Ignore:
Timestamp:
01/13/10 11:54:21 (14 years ago)
Author:
mido
Message:

small patch of emix and mmix validate methods

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/stat/emix.cpp

    r783 r784  
    2020        } 
    2121        if (isnamed) 
    22                 set_rv ( rv_tmp);  
     22                epdf::set_rv ( rv_tmp);  
    2323} 
    2424 
     
    347347        if (isnamed) 
    348348        { 
    349                 set_rv ( rv_tmp ); 
    350                 set_rvc ( rvc_tmp ); 
     349                pdf::set_rv ( rv_tmp ); 
     350                pdf::set_rvc ( rvc_tmp ); 
    351351        } 
    352352}