Re #19151. Remove detector grouping from IndexInfo constructor.
This would be weird in the MPI case, since spectrum numbers passed to the constructor are a global list, but groupings are set only for the local spectra. Potentially we even need filtering for the grouping list, after IndexInfo has been constructed, so requiring it in the constructor does not make sense.
Showing
- Framework/Indexing/inc/MantidIndexing/IndexInfo.h 1 addition, 2 deletionsFramework/Indexing/inc/MantidIndexing/IndexInfo.h
- Framework/Indexing/src/Extract.cpp 6 additions, 2 deletionsFramework/Indexing/src/Extract.cpp
- Framework/Indexing/src/Group.cpp 3 additions, 1 deletionFramework/Indexing/src/Group.cpp
- Framework/Indexing/src/IndexInfo.cpp 5 additions, 8 deletionsFramework/Indexing/src/IndexInfo.cpp
- Framework/Indexing/test/ExtractTest.h 4 additions, 2 deletionsFramework/Indexing/test/ExtractTest.h
- Framework/Indexing/test/GroupTest.h 10 additions, 5 deletionsFramework/Indexing/test/GroupTest.h
- Framework/Indexing/test/IndexInfoTest.h 8 additions, 10 deletionsFramework/Indexing/test/IndexInfoTest.h
Loading
Please register or sign in to comment