Changeset 325 for bdm/estim/KF_ui.h

Show
Ignore:
Timestamp:
04/23/09 23:29:54 (15 years ago)
Author:
smidl
Message:

Barcelona work...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/estim/KF_ui.h

    r289 r325  
    3939                RV* rv; UIbuild(S["rv"],rv); 
    4040                E->set_rv(*rv); 
     41                 
     42                if (S.exists("options")){E->set_options(S["options"]);}; 
     43                 
    4144                return E; 
    4245        }