Skip to content

Commit

Permalink
Fixed some doxygen error. Refs #6747.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Apr 5, 2013
1 parent 96916e1 commit ce7b09d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/Framework/CurveFitting/src/LeBailFit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2119,7 +2119,7 @@ namespace CurveFitting
}

//----------------------------------------------------------------------------------------------
/** Make output workspace valid if there is some error.
/* Make output workspace valid if there is some error.
* @param workspaceindex: the workspace index of the spectra in m_outputWS to write fake data
* @param functionmode: LeBailFit's mode of function
void LeBailFit::writeFakedDataToOutputWS(size_t workspaceindex, int functionmode)
Expand Down Expand Up @@ -2391,7 +2391,7 @@ namespace CurveFitting
}

//----------------------------------------------------------------------------------------------
/** Do statistics to result (fitted or calcualted)
/* Do statistics to result (fitted or calcualted)
void LeBailFit::calChiSquare()
{
const MantidVec& oY = m_outputWS->readY(0);
Expand Down

0 comments on commit ce7b09d

Please sign in to comment.