Skip to content

Commit

Permalink
Refs #6096. Fixing typo in axis label.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Reuter committed Jan 16, 2013
1 parent 3f47817 commit 9ba47a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/MDEvents/src/MDWSTransform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ void MDWSTransform::setQ3DDimensionsNames(MDEvents::MDWSDescription &TargWSDescr
{
dimNames[0]="Q_sample_x";
dimNames[1]="Q_sample_y";
dimNames[2]="Q_sqmple_z";
dimNames[2]="Q_sample_z";
break;
}
case(CnvrtToMD::HKLFrame):
Expand Down

0 comments on commit 9ba47a7

Please sign in to comment.