Skip to content

Commit

Permalink
refs #5682 fixing Unix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Aug 4, 2012
1 parent 7a50e2e commit c25211c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ void ConvertToMDEvents::exec()
else // user input is mainly ignored and everything is in old workspac
{
// check if we are working in powder mode
bool is_powder = ParamParser.isPowderMode(algo_id);
//bool is_powder = ParamParser.isPowderMode(algo_id);


// dimensions are already build, so build MDWS description from existing workspace
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ std::string ConvertToMDEventsParams::parseConvMode(const std::string &Q_MODE_ID,
*/
std::string ConvertToMDEventsParams::parseWSType(API::MatrixWorkspace_const_sptr inMatrixWS,MDEvents::MDWSDescription &TargWSDescription)const
{
UNUSED_ARG(TargWSDescription);
//// try to get the WS oriented lattice
//if(inMatrixWS->sample().hasOrientedLattice()){
// TargWSDescription.pLatt = std::auto_ptr<Geometry::OrientedLattice>(new Geometry::OrientedLattice(inMatrixWS->sample().getOrientedLattice()));
Expand Down

0 comments on commit c25211c

Please sign in to comment.