Skip to content

Commit

Permalink
Refs #10774. Setting correct unit on 1D-spectrum.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wedel committed Jan 13, 2015
1 parent c8fe98b commit c688023
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Code/Mantid/Framework/SINQ/src/PoldiFitPeaks2D.cpp
Expand Up @@ -391,6 +391,7 @@ PoldiFitPeaks2D::getQSpectrum(const FunctionDomain1D &domain,
yData[offset - i] = values[i];
}

ws1D->getAxis(0)->setUnit("MomentumTransfer");
return ws1D;
}

Expand Down

0 comments on commit c688023

Please sign in to comment.