Go back to internal sharing for now until new method is stabilized.

This commit is contained in:
2012-06-14 14:15:51 +00:00
parent 301649c3e3
commit e2fb81f7b7
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# 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)
#
# WARNING! All changes made in this file will be lost!
@ -3947,7 +3947,8 @@ sub CallMSRCreate
if ($All{"RUNSType"}) {
my ($Full_T_Block,$Paramcomp_ref)= MSR::CreateMSR(\%All);
} 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
my $FILENAME=$All{"FILENAME"}.".msr";
my $Extension = "_".$All{"BeamLine"}."_".$All{"YEAR"};

View File

@ -478,7 +478,8 @@ void MuSRFitform::CallMSRCreate()
if ($All{"RUNSType"}) {
my ($Full_T_Block,$Paramcomp_ref)= MSR::CreateMSR(\%All);
} 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
my $FILENAME=$All{"FILENAME"}.".msr";
my $Extension = "_".$All{"BeamLine"}."_".$All{"YEAR"};