mantidproject/mantid

Review IndirectCommon py file

Closed this issue · 0 comments

Description
We want to review the contents of the IndirectCommon.py file. Some of the functions are unused and we want to remove these from the file. Other function are only used in a single algorithm. These functions should be moved to be part of the algorithm in question.

Acceptance Criteria

  • Use grep to review the contents of IndirectCommon.py
  • Remove unused functions
  • Move singly used functions where appropriate