- Timestamp:
- 08/05/09 14:35:25 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/bdm/stat/exp_family.h
r471 r476 235 235 const double& _nu() const {return nu;} 236 236 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); 241 239 mat V; 242 240 UI::get(V,set,"V", UI::compulsory);