Skip to content

Commit

Permalink
refs #6856 doxygen errors
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed May 24, 2013
1 parent d48de8e commit 0838a1b
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,12 @@ namespace MDAlgorithms
setPropertyGroup("Extents", getBoxSettingsGroupName());
}

/** method to convert the value of the target frame specified for the ConvertToDiffractionMDWorksapce into the properties names of the ConvertToMD
/** method to convert the value of the target frame specified for the ConvertToDiffractionMDWorksapce into the properties names of the ConvertToMD
* @param TargFrame -- the string, describing target transformation frame in the form accepted by convertToDiffractionWorksapce
* @return TargFrameName -- the string describing target transformation frame in the form acepted by convertToMD
* @return ScalingName -- default coordinate scaling name accepted by convertToMD;
* @param TargFrameName -- the string describing target transformation frame in the form acepted by convertToMD
* @param ScalingName -- default coordinate scaling name accepted by convertToMD;
*
*
*/
void ConvertToDiffractionMDWorkspace2::convertFramePropertyNames(const std::string &TargFrame,std::string &TargFrameName,std::string & ScalingName)
{
Expand Down Expand Up @@ -207,8 +209,8 @@ namespace MDAlgorithms
/** Splits extents accepted by convertToDiffreactionMD workspace in the form min1,max1 or min1,max1,min2,max2,min3,max3
into tso vectors min(3),max(3) accepted by convertToMD
@param Extents -- the vector of extents consititing of 2 or 6 elements
@return minVal -- 3-vector of minimal values for 3 processed dimensions
@return maxVal -- 3-vector of maximal values for 3 processed dimensions
@param minVal -- 3-vector of minimal values for 3 processed dimensions
@param maxVal -- 3-vector of maximal values for 3 processed dimensions
*/
void ConvertToDiffractionMDWorkspace2::convertExtents(const std::vector<double> &Extents,std::vector<double> &minVal,std::vector<double> &maxVal)const
{
Expand Down

0 comments on commit 0838a1b

Please sign in to comment.