Skip to content

Commit

Permalink
thetaMode Geometry: Fix Description (Sign)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
2 people authored and JunCEEE committed Jan 26, 2020
1 parent 5a108e2 commit fb9c865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STANDARD.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb9c865

Please sign in to comment.