Skip to content

Commit

Permalink
refs #10384 Minor changes to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Oct 29, 2014
1 parent 0236b28 commit a951d17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Code/Mantid/docs/source/algorithms/Rebin-v1.rst
Expand Up @@ -231,9 +231,9 @@ are identical::
else:
resultEtransf = ConvertUnits(groupedFilename,'DeltaE',Emode='Direct',EFixed=Ei)
noBgWorkspace= Rebin(InputWorkspace=resultEtransf, Params=[e_min,dE,e_max],PreserveEvents=False,FlatBkgWorkspace='Bg',EMode='Direct')
nHist = Bg.getNumberHistograms()
removedBkgSum = SumSpectra(noBgWorkspace ,0,nHist-1);
noBgWorkspace= Rebin(InputWorkspace=resultEtransf, Params=[e_min,dE,e_max],PreserveEvents=False,FlatBkgWorkspace='Bg',EMode='Direct')
nHist = Bg.getNumberHistograms()
removedBkgSum = SumSpectra(noBgWorkspace ,0,nHist-1);

.. _rebin-usage:

Expand Down

0 comments on commit a951d17

Please sign in to comment.