Skip to content

Commit

Permalink
refs #6764 Windows compiler warnings (probably not ticket related)
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Mar 28, 2013
1 parent 80b0f4d commit 6e544aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/Crystal/src/PeakHKLErrors.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ namespace Mantid
Matrix<double> InvGon = InvGonRot*peak.getGoniometerMatrix();
InvGon.Invert();
V3D DGonx =(UBinv * InvGon * InvGonRotzMat * InvGonRotyMat
* DerivRotationMatrixAboutRegAxis(-GonRotx, 'x') *// - gives inverse of GonRot
* DerivRotationMatrixAboutRegAxis(-GonRotx, 'x') * // - gives inverse of GonRot
peak.getQLabFrame())*-1;

V3D DGony = (UBinv * InvGon * InvGonRotzMat *
Expand Down

0 comments on commit 6e544aa

Please sign in to comment.