Skip to content

Commit

Permalink
refs #6667 Minor checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Jun 28, 2013
1 parent 7a40126 commit fa9cc2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Code/Mantid/scripts/Inelastic/DirectEnergyConversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -806,8 +806,8 @@ def instr_name(self,new_name):
raise RuntimeError('Cannot load instrument for prefix "%s"' % new_name)


# Initialise other IDF parameters
self.init_idf_params(reload_instrument)
# Initialise other IDF parameters
self.init_idf_params(reload_instrument)



Expand Down Expand Up @@ -962,7 +962,7 @@ def init_idf_params(self, reload_instrument=False):
# mandatrory command line parameter
self.energy_bins = None

#TODO Non yet implemented.
#TODO Non yet implemented. make property USE_Det_CalFile_WS or something similar
self.__det_cal_file_ws = None

# should come from Mantid
Expand Down

0 comments on commit fa9cc2e

Please sign in to comment.