Corrected regression in parameters export routine.
This commit is contained in:
2
src/external/MuSRFitGUI/MSR.pm
vendored
2
src/external/MuSRFitGUI/MSR.pm
vendored
@@ -1497,7 +1497,7 @@ sub ExportParams {
|
||||
}
|
||||
elsif ($Shared==1) {
|
||||
# The parameter is shared, take the value from the first run
|
||||
$Param=$Param."_1";
|
||||
$Param=$Param;
|
||||
$value = $All{"$Param"};
|
||||
$error = $All{"$erradd$Param"};
|
||||
$line=join("\t",$line,$value,$error);
|
||||
|
||||
2
src/external/MuSRFitGUI/devel/MSR.pm
vendored
2
src/external/MuSRFitGUI/devel/MSR.pm
vendored
@@ -1497,7 +1497,7 @@ sub ExportParams {
|
||||
}
|
||||
elsif ($Shared==1) {
|
||||
# The parameter is shared, take the value from the first run
|
||||
$Param=$Param."_1";
|
||||
$Param=$Param;
|
||||
$value = $All{"$Param"};
|
||||
$error = $All{"$erradd$Param"};
|
||||
$line=join("\t",$line,$value,$error);
|
||||
|
||||
Reference in New Issue
Block a user