Ticket #6618 (closed: fixed)
Avoid repeated calls to load libraries
Reported by: | Owen Arnold | Owned by: | Owen Arnold |
---|---|---|---|
Priority: | minor | Milestone: | Release 2.5 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | #6588 | |
Blocking: | Tester: | Nick Draper |
Description
Fix minor issue introduced in 6588. Each instance of the InterfaceManager created will call OpenAllLibraries. It is only required that this is called once.
Change History
comment:2 Changed 8 years ago by Owen Arnold
refs #6618. Wrap with static bool.
Changeset: 6d019f1bdeaeaa2815e227d4a2b8cc9cd95819b3
comment:3 Changed 8 years ago by Owen Arnold
- Status changed from accepted to verify
- Resolution set to fixed
Tester:
Unit tests covering these features should still run. Otherwise a code inspection should be sufficient.
comment:4 Changed 8 years ago by Nick Draper
- Status changed from verify to verifying
- Tester set to Nick Draper
Note: See
TracTickets for help on using
tickets.