Skip to content

Commit

Permalink
Refs #5421 Correct bins.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Jackson committed Oct 25, 2013
1 parent 1b68631 commit 2b7bc63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/scripts/Inelastic/IndirectBayes.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def QLRun(program,samWS,resWS,resnormWS,erange,nbins,Fit,wfile,Loop,Verbose,Plot
array_len = 4096 # length of array in Fortran
CheckXrange(erange,'Energy')

nbin,nrbin = nbins
nbin,nrbin = nbins[0], nbins[1]

if Verbose:
logger.notice('Sample is ' + samWS)
Expand Down

0 comments on commit 2b7bc63

Please sign in to comment.