Skip to content

Commit

Permalink
Refs #8590 Dead Code removed
Browse files Browse the repository at this point in the history
Dead code has been removed
  • Loading branch information
keithnbrown committed Jan 29, 2014
1 parent 0e46b72 commit fa73b4d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Code/Mantid/scripts/Interface/ui/reflectometer/refl_gui.py
Expand Up @@ -343,8 +343,6 @@ def process(self):
w1 = getWorkspace(wksp[0])
w2 = getWorkspace(wksp[len(wksp) - 1])
begoverlap = w2.readX(0)[0]
# Qmin = w1.readX(0)[0]
# Qmax = max(w2.readX(0))
# get Qmax
if (self.tableMain.item(row, i * 5 + 4).text() == ''):
overlapHigh = 0.3 * max(w1.readX(0))
Expand All @@ -365,11 +363,6 @@ def dorun(self, runno, row, which):
g = ['g1', 'g2', 'g3']
transrun = str(self.tableMain.item(row, which * 5 + 2).text())
angle = str(self.tableMain.item(row, which * 5 + 1).text())
#names = mtd.getObjectNames()
#if self.zeroCheck(runno):
# StartLiveData(Instrument=config['default.instrument'],UpdateEvery='0',Outputworkspace='_LiveOut')
# runno = '_LiveOut'
#[wlam, wq, th] = quick(runno, trans=transrun, theta=angle)
loadedRun = runno
if load_live_runs.is_live_run(runno):
if not self.accMethod:
Expand Down

0 comments on commit fa73b4d

Please sign in to comment.