Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/bugfix/8379_convfit_single_spect…
Browse files Browse the repository at this point in the history
…rum'
  • Loading branch information
jawrainey committed Nov 15, 2013
2 parents 1d4a599 + 55eb112 commit ca0a6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/scripts/Inelastic/IndirectDataAnalysis.py
Expand Up @@ -96,7 +96,7 @@ def getConvFitResult(inputWS, resFile, outNm, ftype, bgd, specMin, specMax, Verb
C2 = params.column(ip+8) #centre2 value
W2 = params.column(ip+10) #width2 value

for i in range(0,specMax-specMin):
for i in range(0,(specMax-specMin)+1):
paras = [A0[i], A1[i]]
if options[1]:
paras.append(D1[i])
Expand Down

0 comments on commit ca0a6b6

Please sign in to comment.