Skip to content

Commit

Permalink
refs #4210 Fixing Unix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Dec 7, 2011
1 parent c3bd33e commit 89b1912
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Code/Mantid/Framework/MDAlgorithms/src/ConvertToMDEvents.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -824,10 +824,10 @@ ConvertToMDEvents::ConvertToMDEvents():
Q_modes(3),
dE_modes(4),
ConvModes(4),
// The conversion subalgorithm expects workspaces in these units;
// The conversion subalgorithm processes data in these units;
// Change of the units have to be accompanied by correspondent change in conversion subalgorithm
native_inelastic_unitID("DeltaE"),
native_elastic_unitID("MomentumTransfer") // Why it is a transfer? Hope it is just a momentum
native_elastic_unitID("MomentumTransfer"), // Why it is a transfer? Hope it is just a momentum
native_inelastic_unitID("DeltaE")
{
Q_modes[modQ]="|Q|";
Q_modes[Q3D] ="QxQyQz";
Expand Down

0 comments on commit 89b1912

Please sign in to comment.