Skip to content

Commit

Permalink
Fixing up doxygen in previous snapshot.
Browse files Browse the repository at this point in the history
  • Loading branch information
sphamil committed Aug 11, 2014
1 parent 83bd8c1 commit 4c65928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphamil/mc_code/PolynomialUtils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4c65928

Please sign in to comment.