Skip to content
Snippets Groups Projects
Commit 7edd0f9e authored by Owen Arnold's avatar Owen Arnold
Browse files

refs #13989. data truncation warning fixed.

parent 3b0308fd
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ MantidQt::CustomInterfaces::ReflMeasureTransferStrategy::transferRuns(
++group) {
// Map keyed by subId to index of exisiting subid written.
std::map<std::string, int> subIdMap;
std::map<std::string, size_t> subIdMap;
for (size_t i = 0; i < group->second.size(); ++i) {
const Measurement &measurement = group->second[i];
if (subIdMap.find(measurement.subId()) != subIdMap.end()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment