Ticket #2273 (closed: fixed)
ConvertUnits - Use getRecursive for Efixed Property
Reported by: | Michael Whitty | Owned by: | Michael Whitty |
---|---|---|---|
Priority: | minor | Milestone: | Iteration 27 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Andrei Savici |
Description
Currently, when trying to retrieve an Efixed value for Indirect geometry in convertViaTOF the algorithm uses get() on the ParameterMap. This contrasts with the sensible behaviour, demonstrated in say CorrectKiKf, where getNumberParameter() is used on the component, which in the background is calling getRecursive() on the parameter map.
Change this.
I've typed more in this ticket than the changes to the code will amount to...
Change History
Note: See
TracTickets for help on using
tickets.