More work on functions block
This commit is contained in:
parent
832c0fe022
commit
b3225e1720
2
src/external/MuSRFitGUI/devel/MuSRFit.ui.h
vendored
2
src/external/MuSRFitGUI/devel/MuSRFit.ui.h
vendored
@ -817,7 +817,7 @@ void MuSRFitform::AppendToFunctions()
|
|||||||
my $ConstLine="fun$i = $Constraint\n";
|
my $ConstLine="fun$i = $Constraint\n";
|
||||||
FunctionsBlock->append($ConstLine);
|
FunctionsBlock->append($ConstLine);
|
||||||
|
|
||||||
# Replace parameter in theory block with fun$1
|
# Replace parameter in theory block with fun$i
|
||||||
$Full_T_Block=~ s/$ParName/fun$i/;
|
$Full_T_Block=~ s/$ParName/fun$i/;
|
||||||
TheoryBlock->setText($Full_T_Block);
|
TheoryBlock->setText($Full_T_Block);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user