This is a massive update that merges all changes from PsN_2_2_0_patches_serial. It...
[PsN.git] / lib / model / problem / sigma_subs.pm
blob3954b3d150cb97f946304bb6ad09609507085af4
1 start _add_option
3 push( @{$self -> {'options'}},
4 model::problem::record::sigma_option ->
5 new ( option_string => $option_string,
6 fix => $fix,
7 sd => $sd,
8 corr => $corr,
9 on_diagonal => $on_diagonal ) );
11 end _add_option