From f45e3e95f5b1c3498925c795724dfbb97434d3e6 Mon Sep 17 00:00:00 2001 From: Morten Engen Date: Wed, 21 Jan 2026 22:19:07 +0100 Subject: [PATCH] Correct typo in expression for moment of area in marin integration --- docs/theory/section_integrator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/theory/section_integrator.md b/docs/theory/section_integrator.md index 9c678f53..92b909d8 100644 --- a/docs/theory/section_integrator.md +++ b/docs/theory/section_integrator.md @@ -76,7 +76,7 @@ When the cross-section (i.e. the integration domain) is represented by a closed \mathcal{M}_{m,n} = \dfrac{m! n!}{\left(m+n+2\right)!} \sum_{i=1}^P w_i \sum_{j=0}^m \sum_{k=0}^n \binom{j+k}{k} \cdot \binom{m+n-j-k}{n-k} -y_i^{m-j} y_{i+1}^j z_i^{n-k} y_{i+1}^k +y_i^{m-j} y_{i+1}^j z_i^{n-k} z_{i+1}^k ::: where $\binom{n}{k}$ indicates the usual binomial coefficients: