Skip to content

Commit

Permalink
refs #6856 Resolving merge conflicts
Browse files Browse the repository at this point in the history
Merge branch 'feature/6856_ConvertToDiffractionMDWS_v2' into develop

Conflicts:
	Code/Mantid/Framework/MDAlgorithms/src/ConvertToMD.cpp
  • Loading branch information
abuts committed May 22, 2013
2 parents 202de9c + 3082a78 commit cb7dade
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,10 @@ namespace MDAlgorithms
DisabledProperty():
EnabledWhenProperty("NonExistingProperty",IS_DEFAULT)
{};
virtual bool fulfillsCriterion(const IPropertyManager * algo) const
{return false;}
virtual bool fulfillsCriterion(const IPropertyManager * /*algo*/) const
{
return false;
}
};

//----------------------------------------------------------------------------------------------
Expand Down
4 changes: 3 additions & 1 deletion Code/Mantid/Framework/MDAlgorithms/src/ConvertToMD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,9 @@ void ConvertToMD::copyMetaData(API::IMDEventWorkspace_sptr mdEventWS, MDEvents::
}

// and add it to the target workspace description for further usage as the identifier for the events, which come from this run.
}
targWSDescr.addProperty("RUN_INDEX",runIndex,true);



/** Constructor */
ConvertToMD::ConvertToMD()
Expand Down

0 comments on commit cb7dade

Please sign in to comment.