Skip to content

Commit

Permalink
Refs #8116 Fix for system test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Jackson committed Nov 1, 2013
1 parent 7abd881 commit 29258bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/scripts/Inelastic/IndirectAbsCor.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def FlatAbs(ncan, thick, density, sigs, siga, angles, waves):
# case where tsec is close to 90 degrees. CALCULATION IS UNRELIABLE
if (abs(abs(tsec)-90.0) < 1.0):
#default to 1 for everything
return np.ones((4,nlam))
return ass, assc, acsc, acc
else:

fs = vecFact(sampleXSection, samThickness, sec1, sec2)
Expand Down

0 comments on commit 29258bc

Please sign in to comment.