Skip to content

Commit

Permalink
Allow calc corrections with SQw
Browse files Browse the repository at this point in the history
Refs #10454
  • Loading branch information
DanNixon committed Nov 7, 2014
1 parent 7215c4a commit eba1130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/scripts/Inelastic/IndirectAbsCor.py
Expand Up @@ -99,7 +99,7 @@ def AbsRun(inputWS, geom, beam, ncan, size, density, sigs, siga, avar, Verbose,
CheckSize(size,geom,ncan,Verbose)
CheckDensity(density,ncan)

det = GetWSangles(inputWS)
det, _ = GetThetaQ(inputWS)
ndet = len(det)
efixed = getEfixed(inputWS)

Expand Down

0 comments on commit eba1130

Please sign in to comment.