Skip to content

Commit

Permalink
Tie shift parameter Re #12541
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Jun 15, 2015
1 parent e7ab940 commit c18f4a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def PyExec(self):
input_str += '%s,i%d;' % (padded_res_ws, idx)

out_name = getWSprefix(self._res_ws) + 'ResNorm_Fit'
function = 'name=TabulatedFunction,Workspace=%s,Scaling=1,Shift=0,XScaling=1' % self._van_ws
function = 'name=TabulatedFunction,Workspace=%s,Scaling=1,Shift=0,XScaling=1,ties=(Shift=0)' % self._van_ws

fit_params = PlotPeakByLogValue(Input=input_str,
OutputWorkspace=out_name,
Expand Down

0 comments on commit c18f4a2

Please sign in to comment.