Skip to content

Commit

Permalink
Refs #9491. Set the YUnit instead of YUnitLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbekasov committed May 21, 2014
1 parent 9cf7aaf commit 74827eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/Algorithms/src/AsymmetryCalc.cpp
Expand Up @@ -163,7 +163,7 @@ void AsymmetryCalc::exec()
outputWS->dataX(0) = inputWS->readX(0);

// Update Y axis label
outputWS->setYUnitLabel("Asymmetry");
outputWS->setYUnit("Asymmetry");

setProperty("OutputWorkspace", outputWS);
}
Expand Down

0 comments on commit 74827eb

Please sign in to comment.