Skip to content
Snippets Groups Projects
Commit 1039682e authored by Anton Piccardo-Selg's avatar Anton Piccardo-Selg
Browse files

Refs #15933 Remove reference

parent 110023bd
No related branches found
No related tags found
No related merge requests found
......@@ -1339,7 +1339,7 @@ public:
std::all_of(std::begin(readDx), std::end(readDx),
compareValueForSpecificWorkspaceIndex));
auto &refDx = ws.refDx(index);
auto refDx = ws.refDx(index);
TSM_ASSERT("readDx should allow access to the spectrum",
std::all_of(std::begin(*refDx), std::end(*refDx),
compareValueForSpecificWorkspaceIndex));
......
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