Skip to content

Commit

Permalink
Markdown table linting
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed May 14, 2024
1 parent 4cf0723 commit 1317863
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/derivatives/05-diffusion-derivatives.md
Original file line number Diff line number Diff line change
Expand Up @@ -891,9 +891,9 @@ Dictionary `"ResponseFunction"` has the following reserved keywords:
*N* = ((*l<sub>max</sub>*+1) x (*l<sub>max</sub>*+2)) / 2
| ***l<sub>max</sub>*** | 0 | 2 | 4 | 6 | 8 | 10 | ... |
| ***l<sub>max</sub>*** | 0 | 2 | 4 | 6 | 8 | 10 | ... |
| --------------------- |--:|--:|--: |--: |--: |--: | :--: |
| ***N*** | 1 | 6 | 15 | 28 | 45 | 66 | ... |
| ***N*** | 1 | 6 | 15 | 28 | 45 | 66 | ... |
- Relationship between maximal degree of *zonal* spherical harmonic
function (spherical harmonics function where all *m* != 0 terms are
Expand All @@ -902,6 +902,6 @@ Dictionary `"ResponseFunction"` has the following reserved keywords:
*N* = 1 + (*l<sub>max</sub>* / 2)
| ***l<sub>max</sub>*** | 0 | 2 | 4 | 6 | 8 | 10 | ... |
| ***l<sub>max</sub>*** | 0 | 2 | 4 | 6 | 8 | 10 | ... |
| --------------------- |--:|--:|--:|--:|--:|--: | :--: |
| ***N*** | 1 | 2 | 3 | 4 | 5 | 6 | ... |
| ***N*** | 1 | 2 | 3 | 4 | 5 | 6 | ... |

0 comments on commit 1317863

Please sign in to comment.