More work on functions block

This commit is contained in:
salman 2009-10-09 15:51:55 +00:00
parent 832c0fe022
commit b3225e1720

View File

@ -817,7 +817,7 @@ void MuSRFitform::AppendToFunctions()
my $ConstLine="fun$i = $Constraint\n";
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/;
TheoryBlock->setText($Full_T_Block);
}