From 4c65928f18e34104b41ea06bac40ce1bc13cd864 Mon Sep 17 00:00:00 2001 From: Steven Hamilton Date: Mon, 11 Aug 2014 09:22:11 -0400 Subject: [PATCH] Fixing up doxygen in previous snapshot. --- sphamil/mc_code/PolynomialUtils.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphamil/mc_code/PolynomialUtils.cc b/sphamil/mc_code/PolynomialUtils.cc index 4926e1a..3d71926 100644 --- a/sphamil/mc_code/PolynomialUtils.cc +++ b/sphamil/mc_code/PolynomialUtils.cc @@ -18,7 +18,7 @@ namespace mcrex /*! * \brief Compute binomial coefficient * - * \f$ \text{choose}(n,k) = \frac{n\!}{(n-k)\!k\!} \f$ + * \f$ \mathrm{choose}(n,k) = \frac{n\!}{(n-k)\!k\!} \f$ * * This algorithm is designed to reduce overflow issues relative to * a naive implementation from definition of the coefficient.