Skip to content
Snippets Groups Projects
Commit 7810b51a authored by John Hill's avatar John Hill
Browse files

Refs #10061 attempting again to fix build errors

parent 61161537
No related branches found
No related tags found
No related merge requests found
...@@ -377,7 +377,7 @@ namespace DataHandling ...@@ -377,7 +377,7 @@ namespace DataHandling
// Now load chunk into workspace // Now load chunk into workspace
PARALLEL_FOR1(workspace) PARALLEL_FOR1(workspace)
for (size_t wi = 0; wi < spectraCount; ++wi) for (int64_t wi = 0; wi < static_cast<int64_t>(spectraCount); ++wi)
{ {
workspace->setX(wi, x); workspace->setX(wi, x);
MantidVec *currY = &workspace->dataY(wi); MantidVec *currY = &workspace->dataY(wi);
......
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