Skip to content
Snippets Groups Projects
Commit 2cb1b759 authored by Russell Taylor's avatar Russell Taylor
Browse files

Remove some nonsense. Re #3301.

parent f468cf57
No related branches found
No related tags found
No related merge requests found
...@@ -326,11 +326,6 @@ namespace Mantid ...@@ -326,11 +326,6 @@ namespace Mantid
yValue = yValue / (xValue - xPrev); yValue = yValue / (xValue - xPrev);
eValue = eValue / (xValue - xPrev); eValue = eValue / (xValue - xPrev);
} }
else
{
yValue = yValue;
eValue = eValue;
}
} // file type == s } // file type == s
// store read in data (x, y, e) to vector // store read in data (x, y, e) to vector
......
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