diff options
Diffstat (limited to 'typst/main.typ')
| -rw-r--r-- | typst/main.typ | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/typst/main.typ b/typst/main.typ index 6454037..69419a5 100644 --- a/typst/main.typ +++ b/typst/main.typ @@ -180,9 +180,9 @@ the a porostiy field $epsilon$ is introduced and defined as $ epsilon = { cases( - 1", if the cell is occupied by fluids only", - (0,1)", if the cell is occupied by a fluid-solid"\ "aggregate or interface", - 0", if the cell is occupied by solids only." + 1", if the cell is fully fluid", + (0,1)", if the cell fluid-solid mix", + 0", if the cell is fully solid." ) $ ) |
