Skip to content

Commit

Permalink
Refs #8632. Fixing some last errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Reuter committed Jan 7, 2014
1 parent 784aa0f commit 655ba9d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
Expand Up @@ -152,7 +152,7 @@ namespace Mantid
*
* Input workspaces are in TOF. These are converted to lambda, normalized and stitched together (if two given).
*
* @param detectorIndexes : List of detector indexes to convert
* @param processingCommands : Commands to apply to crop and add spectra of the toConvert workspace.
* @param wavelengthInterval : Wavelength interval for the run workspace.
* @param wavelengthMonitorBackgroundInterval : Wavelength interval for the monitor background
* @param wavelengthMonitorIntegrationInterval : Wavelength interval for the monitor integration
Expand Down
Expand Up @@ -127,7 +127,7 @@ class DLLExport InelasticDiffSphere : public API::ParamFunction, public API::IFu
/// linear interpolation zone around the numerical divergence of factor J
double m_divZone;

/// Plank's constant divided by 2\pi, in units of meV*THz
/// Plank's constant divided by \f$ 2\pi \f$, in units of meV*THz
double m_hbar;

/// list of linearized J values
Expand Down
7 changes: 2 additions & 5 deletions Code/Mantid/Framework/Geometry/src/Crystal/IndexingUtils.cpp
Expand Up @@ -717,16 +717,13 @@ double IndexingUtils::Optimize_UB( DblMatrix & UB,
@param UB 3x3 matrix that will be set to the UB matrix
@param hkl_vectors std::vector of V3D objects that contains the
list of hkl values
@param q_vectors std::vector of V3D objects that contains the list of
q_vectors that are indexed by the corresponding hkl
vectors.
@param sigabc error in the crystal lattice parameter values if length
is at least 6. NOTE: Calculation of these errors is based on
SCD FORTRAN code base at IPNS. Contributors to the least
squares application(1979) are J.Marc Overhage, G.Anderson,
P. C. W. Leung, R. G. Teller, and A. J. Schultz
NOTE: The number of hkl_vectors and q_vectors must be the same, and must
be at least 3.
@param chisq The chi-squared for the calculation.
NOTE: The number of hkl_vectors must be at least 3.
@return This will return the sum of the squares of the residual differences
between the Q vectors provided and the UB*hkl values, in
Expand Down
1 change: 1 addition & 0 deletions Code/Mantid/Framework/Kernel/src/FileDescriptor.cpp
Expand Up @@ -72,6 +72,7 @@ namespace Mantid
/**
* Check if a file is a text file
* @param file :: The file pointer
* @param nbytes The number of bytes of the file to check (Default=256)
* @returns true if the file an ascii text file, false otherwise
*/
bool FileDescriptor::isAscii(FILE* file, const size_t nbytes)
Expand Down

0 comments on commit 655ba9d

Please sign in to comment.