Skip to content

Commit

Permalink
re #9656 fix doctest error
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDraper committed Jun 13, 2014
1 parent 47c44bb commit 6f72d15
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -84,7 +84,7 @@ Usage

ws = CreateSampleWorkspace("Histogram",NumBanks=1,BankPixelWidth=1)
ws = ConvertUnits(ws,"Wavelength")
ws = Rebin(ws,Param=[1])
ws = Rebin(ws,Params=[1])
CreateSampleShape(ws,sphere)
SetSampleMaterial(ws,ChemicalFormula="V")

Expand Down

0 comments on commit 6f72d15

Please sign in to comment.