Skip to content

Commit

Permalink
refs #6856 more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed May 24, 2013
1 parent 0838a1b commit 27045d9
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ namespace MDAlgorithms
* @param TargFrameName -- the string describing target transformation frame in the form acepted by convertToMD
* @param ScalingName -- default coordinate scaling name accepted by convertToMD;
*
*
*@return TargFrameName and ScalingName
*/
void ConvertToDiffractionMDWorkspace2::convertFramePropertyNames(const std::string &TargFrame,std::string &TargFrameName,std::string & ScalingName)
{
Expand Down Expand Up @@ -207,10 +207,12 @@ 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
@param minVal -- 3-vector of minimal values for 3 processed dimensions
@param maxVal -- 3-vector of maximal values for 3 processed dimensions
* into tso vectors min(3),max(3) accepted by convertToMD
* @param Extents -- the vector of extents consititing of 2 or 6 elements
* @param minVal -- 3-vector of minimal values for 3 processed dimensions
* @param maxVal -- 3-vector of maximal values for 3 processed dimensions
*
* @return minVal and maxVal -- two vectors with minimal and maximal values of the momentums in the target workspace.
*/
void ConvertToDiffractionMDWorkspace2::convertExtents(const std::vector<double> &Extents,std::vector<double> &minVal,std::vector<double> &maxVal)const
{
Expand Down

0 comments on commit 27045d9

Please sign in to comment.