Ticket #4327 (closed: fixed)
OrientedLattice seems to permeate itself throughout the code
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | minor | Milestone: | Release 2.0 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Russell Taylor |
Description
I needed to make a small change to the UnitCell code and this caused a much large recompile that I expeceted. Sample was including OrientedLattice and a using Mantid::Geometry::OrientedLattice in a header. It can be forward declared and should be
Change History
comment:3 Changed 9 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
comment:4 Changed 9 years ago by Russell Taylor
- Status changed from verify to verifying
- Tester set to Russell Taylor
Note: See
TracTickets for help on using
tickets.
Refs #4327. Remove OrientedLattice header from Sample.h
It is now forward declared and the dangerous using Mantid::Geometry::OrientedLattice has also been removed.