Skip to content

Commit

Permalink
Fixed the bug. Refs #6749.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Apr 5, 2013
1 parent b61edb7 commit 6ea8830
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def createPeakParameterWorkspace(self, irffilename):

tablews.addColumn("str", "Name")
tablews.addColumn("double", "Value")
tablews.addColumn("str", " FitOrTie")
tablews.addColumn("str", "FitOrTie")
tablews.addColumn("double", "Min")
tablews.addColumn("double", "Max")
tablews.addColumn("double", "StepSize")
Expand Down

0 comments on commit 6ea8830

Please sign in to comment.