Ticket #11774 (new)
Improve code in min/max calculations in LineViewer.
Reported by: | Roman Tolchenov | Owned by: | Roman Tolchenov |
---|---|---|---|
Priority: | major | Milestone: | Release 3.5 |
Component: | GUI | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
In MantidQwtWorkspaceData: In the unlikely event that curMax == curMin == 0, this won't do anything.
In QwtIMDWorkspaceData, the calculateMinMax method could be deleted and have calculateYMinAndMax called in its place, rather than having calculateMinMax do nothing but call calculateYMinAndMax.
Note: See
TracTickets for help on using
tickets.
This ticket has been transferred to github issue 12612