Changeset 476

Show
Ignore:
Timestamp:
08/05/09 14:35:25 (15 years ago)
Author:
vbarta
Message:

removed duplicate call to lookupValue

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/stat/exp_family.h

    r471 r476  
    235235                        const double& _nu() const {return nu;} 
    236236                        void from_setting(const Setting &set){ 
    237                                 UI::get(nu,set,"nu"); 
    238                                 UI::get(dimx,set,"dimx"); 
    239                                 set.lookupValue("nu",nu); 
    240                                 set.lookupValue("dimx",dimx); 
     237                                UI::get(nu, set, "nu", UI::compulsory); 
     238                                UI::get(dimx, set, "dimx", UI::compulsory); 
    241239                                mat V; 
    242240                                UI::get(V,set,"V", UI::compulsory);