repo.or.cz
/
PsN.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
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
blob
3954b3d150cb97f946304bb6ad09609507085af4
1
start _add_option
2
{
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
) );
10
}
11
end _add_option