Skip to content

Commit

Permalink
Refs #7859 Axis names should be consistent for all FuryFit options.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Jackson committed Jan 30, 2014
1 parent 7d85b75 commit a557fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/scripts/Inelastic/IndirectDataAnalysis.py
Expand Up @@ -870,7 +870,7 @@ def furyfitMultParsToWS(Table, Data):
dataE = np.append(dataE,np.array(Terr))
dataY = np.append(dataY,np.array(Bval))
dataE = np.append(dataE,np.array(Berr))
names = 'A0,Intensity,Tau,Beta'
names = 'f0.A0,f1.Intensity,f1.Tau,f1.Beta'
suffix = 'Workspace'
wsname = Table + '_' + suffix
CreateWorkspace(OutputWorkspace=wsname, DataX=Qa, DataY=dataY, DataE=dataE,
Expand Down

0 comments on commit a557fef

Please sign in to comment.