Go back to internal sharing for now until new method is stabilized.
This commit is contained in:
5
src/external/MuSRFitGUI/MuSRFit.pl
vendored
5
src/external/MuSRFitGUI/MuSRFit.pl
vendored
@ -1,6 +1,6 @@
|
|||||||
# Form implementation generated from reading ui file 'MuSRFit.ui'
|
# Form implementation generated from reading ui file 'MuSRFit.ui'
|
||||||
#
|
#
|
||||||
# Created: Wed Jun 6 14:00:51 2012
|
# Created: Thu Jun 14 14:52:06 2012
|
||||||
# by: The PerlQt User Interface Compiler (puic)
|
# by: The PerlQt User Interface Compiler (puic)
|
||||||
#
|
#
|
||||||
# WARNING! All changes made in this file will be lost!
|
# WARNING! All changes made in this file will be lost!
|
||||||
@ -3947,7 +3947,8 @@ sub CallMSRCreate
|
|||||||
if ($All{"RUNSType"}) {
|
if ($All{"RUNSType"}) {
|
||||||
my ($Full_T_Block,$Paramcomp_ref)= MSR::CreateMSR(\%All);
|
my ($Full_T_Block,$Paramcomp_ref)= MSR::CreateMSR(\%All);
|
||||||
} else {
|
} else {
|
||||||
my ($Full_T_Block,$Paramcomp_ref)= MSR::CreateMSRSh(\%All);
|
# my ($Full_T_Block,$Paramcomp_ref)= MSR::CreateMSRSh(\%All);
|
||||||
|
my ($Full_T_Block,$Paramcomp_ref)= MSR::CreateMSR(\%All);
|
||||||
# if it is multiple runs then the produced file is a template
|
# if it is multiple runs then the produced file is a template
|
||||||
my $FILENAME=$All{"FILENAME"}.".msr";
|
my $FILENAME=$All{"FILENAME"}.".msr";
|
||||||
my $Extension = "_".$All{"BeamLine"}."_".$All{"YEAR"};
|
my $Extension = "_".$All{"BeamLine"}."_".$All{"YEAR"};
|
||||||
|
3
src/external/MuSRFitGUI/MuSRFit.ui.h
vendored
3
src/external/MuSRFitGUI/MuSRFit.ui.h
vendored
@ -478,7 +478,8 @@ void MuSRFitform::CallMSRCreate()
|
|||||||
if ($All{"RUNSType"}) {
|
if ($All{"RUNSType"}) {
|
||||||
my ($Full_T_Block,$Paramcomp_ref)= MSR::CreateMSR(\%All);
|
my ($Full_T_Block,$Paramcomp_ref)= MSR::CreateMSR(\%All);
|
||||||
} else {
|
} else {
|
||||||
my ($Full_T_Block,$Paramcomp_ref)= MSR::CreateMSRSh(\%All);
|
# my ($Full_T_Block,$Paramcomp_ref)= MSR::CreateMSRSh(\%All);
|
||||||
|
my ($Full_T_Block,$Paramcomp_ref)= MSR::CreateMSR(\%All);
|
||||||
# if it is multiple runs then the produced file is a template
|
# if it is multiple runs then the produced file is a template
|
||||||
my $FILENAME=$All{"FILENAME"}.".msr";
|
my $FILENAME=$All{"FILENAME"}.".msr";
|
||||||
my $Extension = "_".$All{"BeamLine"}."_".$All{"YEAR"};
|
my $Extension = "_".$All{"BeamLine"}."_".$All{"YEAR"};
|
||||||
|
Reference in New Issue
Block a user