From e9602edd867292b75177b436344e7068bdf840ae Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Thu, 31 Oct 2019 13:43:01 -0700 Subject: [PATCH] thetaMode Geometry: Fix Description (Sign) Fix a little typo in the description of `thetaMode` geometry. Since the first mode is real-only, the number of components is `2m-1` (imaginary & real for every mode besides the first). Co-authored-by: Remi Lehe --- STANDARD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STANDARD.md b/STANDARD.md index 6727a0c..e19d35b 100644 --- a/STANDARD.md +++ b/STANDARD.md @@ -349,7 +349,7 @@ meshes): three-dimensional record where the last axis corresponds to the `z` direction, the second axis correspond to the `r` direction and where the first axis corresponds to - the azimuthal mode. (This last axis has length `2m+1`, + the azimuthal mode. (This last axis has length `2m-1`, where `m` is the number of modes used. By convention, this first stores the real part of the mode `0`, then the real part of the mode `1`, then the imaginary part