From b3225e1720483d5628e8ff461e0ff745ee23117a Mon Sep 17 00:00:00 2001 From: Zaher Salman Date: Fri, 9 Oct 2009 15:51:55 +0000 Subject: [PATCH] More work on functions block --- src/external/MuSRFitGUI/devel/MuSRFit.ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/external/MuSRFitGUI/devel/MuSRFit.ui.h b/src/external/MuSRFitGUI/devel/MuSRFit.ui.h index fa28c70f..5bf406ba 100755 --- a/src/external/MuSRFitGUI/devel/MuSRFit.ui.h +++ b/src/external/MuSRFitGUI/devel/MuSRFit.ui.h @@ -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); }