Skip to content
Snippets Groups Projects
Commit 476b8e5d authored by Raquel Alvarez's avatar Raquel Alvarez
Browse files

Merge pull request #681 from mantidproject/11643_fix_crash_selecting_conjugate_gradient_minimizers

Fix crash when selecting conjugate gradient minimizers
parents 2427b9e7 3a4834e8
No related branches found
No related tags found
No related merge requests found
......@@ -15,10 +15,11 @@ namespace {
Kernel::Logger g_log("FRConjugateGradientMinimizer");
}
// clang-format off
///@cond nodoc
DECLARE_FUNCMINIMIZER(FRConjugateGradientMinimizer,
Conjugate gradient(Fletcher - Reeves imp.))
DECLARE_FUNCMINIMIZER(FRConjugateGradientMinimizer,Conjugate gradient (Fletcher-Reeves imp.))
///@endcond
// clang-format on
/// Return a concrete type to initialize m_gslSolver
/// gsl_multimin_fdfminimizer_vector_bfgs2
......
......@@ -10,10 +10,12 @@
namespace Mantid {
namespace CurveFitting {
// clang-format off
///@cond nodoc
DECLARE_FUNCMINIMIZER(PRConjugateGradientMinimizer,
Conjugate gradient(Polak - Ribiere imp.))
DECLARE_FUNCMINIMIZER(PRConjugateGradientMinimizer,Conjugate gradient (Polak-Ribiere imp.))
///@endcond
// clang-format on
/// Return a concrete type to initialize m_gslSolver
/// gsl_multimin_fdfminimizer_vector_bfgs2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment