diff --git a/math/mathmore/inc/Math/GSLMCIntegrator.h b/math/mathmore/inc/Math/GSLMCIntegrator.h index 96beccf1e2a00ded44ab5973f614879c5ecf9a1a..6c2c115651bd4d168d867dd9cdf23e02ad53df12 100644 --- a/math/mathmore/inc/Math/GSLMCIntegrator.h +++ b/math/mathmore/inc/Math/GSLMCIntegrator.h @@ -72,8 +72,6 @@ namespace Math { @defgroup MCIntegration Numerical Monte Carlo Integration Classes Classes implementing method for Monte Carlo Integration. @ingroup Integration - - /** Class for performing numerical integration of a multidimensional function. It uses the numerical integration algorithms of GSL, which reimplements the