Skip to content

Commit

Permalink
Refs #9343 Remove unused argument.
Browse files Browse the repository at this point in the history
This option does nothing and is not used, so should be removed.
  • Loading branch information
Samuel Jackson committed Jul 24, 2014
1 parent d9f0985 commit ab2c43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/scripts/Inelastic/IndirectCommon.py
Expand Up @@ -135,7 +135,7 @@ def createQaxis(inputWS):
result.append(float(axis.label(i)))
return result

def GetWSangles(inWS,verbose=False):
def GetWSangles(inWS):
nhist = mtd[inWS].getNumberHistograms() # get no. of histograms/groups
sourcePos = mtd[inWS].getInstrument().getSource().getPos()
samplePos = mtd[inWS].getInstrument().getSample().getPos()
Expand Down

0 comments on commit ab2c43b

Please sign in to comment.