Skip to content

Commit

Permalink
refs #4401 Minor Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed May 1, 2012
1 parent e9f2348 commit fb1c570
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ enum AnalMode
ANY_Mode, //< couples with NoQ, means just copying existing data (may be doing units conversion), also used to terminate AnalMode algorithms initiation metaloop
NAnalModes
};
enum InputWSType // Algorithm recognizes 2 input workspace types with different interface.
enum InputWSType // Algorithm recognizes 2 input workspace types with different workspace interface and different internal treatment.
{
Ws2DHistoType, //< 2D matirix workspace with the x-axis for each sign
EventWSType, //< Event worskapce
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ struct CoordTransformer<ConvertToMD::NoQ,MODE,CONV,TYPE,SAMPLE>
// class which would convert units
UnitsConverter<CONV,TYPE> CONV_UNITS_FROM;
};
#endif
#endif // EXCLUDE_Q_TRANSFORMATION_NOQ
//
} // End MDAlgorighms namespace
} // End Mantid namespace
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ namespace MDAlgorithms
Code Documentation is available at: <http://doxygen.mantidproject.org>
*/
#ifndef EXCLUDE_Q_TRANSFORMATION_Q3D
// Direct/indirect
template<ConvertToMD::AnalMode MODE,ConvertToMD::CnvrtUnits CONV,ConvertToMD::XCoordType TYPE,ConvertToMD::SampleType SAMPLE>
struct CoordTransformer<ConvertToMD::Q3D,MODE,CONV,TYPE,SAMPLE>
{
Expand Down Expand Up @@ -207,7 +208,7 @@ struct CoordTransformer<ConvertToMD::Q3D,ConvertToMD::Elastic,CONV,TYPE,SAMPLE>
UnitsConverter<CONV,TYPE> CONV_UNITS_FROM;

};
#endif
#endif // EXCLUDE_Q_TRANSFORMATION_Q3D
//} // namespace ConvertToMD
} // End MDAlgorighms namespace
} // End Mantid namespace
Expand Down

0 comments on commit fb1c570

Please sign in to comment.