Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/bugfix/8041_ApplyCorr_fails_on_run'
Browse files Browse the repository at this point in the history
  • Loading branch information
jawrainey committed Oct 4, 2013
2 parents a348ed2 + 12400d2 commit c71240e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/scripts/Inelastic/IndirectDataAnalysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -1052,11 +1052,11 @@ def abscorFeeder(sample, container, geom, useCor, Verbose=False, ScaleOrNotToSca
applyCorrections routine.'''
StartTime('ApplyCorrections')
workdir = config['defaultsave.directory']
CheckAnalysers(sample,container,Verbose)
s_hist,sxlen = CheckHistZero(sample)
sam_name = getWSprefix(sample)
efixed = getEfixed(sample)
if container != '':
CheckAnalysers(sample,container,Verbose)
CheckHistSame(sample,'Sample',container,'Container')
(instr, can_run) = getInstrRun(container)
if ScaleOrNotToScale:
Expand Down

0 comments on commit c71240e

Please sign in to comment.