Skip to content

Commit

Permalink
verbatim formatting of .true. and .false.
Browse files Browse the repository at this point in the history
  • Loading branch information
tukss committed Jun 23, 2024
1 parent b355dc2 commit a7fbc55
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/source/User_Guide/model_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -330,18 +330,18 @@ brackets)
+-----------------------------------+-----------------------------------+
| Variable [Default value] | Description |
+===================================+===================================+
| magnetism [.false.] | Turn magnetism on or off |
| magnetism [``.false.``] | Turn magnetism on or off |
+-----------------------------------+-----------------------------------+
| rotation [.false.] | Turn rotation on or off (pressure |
| rotation [``.false.``] | Turn rotation on or off (pressure |
| | is not scaled by E when off) |
+-----------------------------------+-----------------------------------+
| lorentz_forces [.true.] | Turn Lorentz forces on or off |
| lorentz_forces [``.true.``] | Turn Lorentz forces on or off |
| | (magnetism must be .true.) |
+-----------------------------------+-----------------------------------+
| viscous_heating [.true.] | Turn viscous heating on or off |
| viscous_heating [``.true.``] | Turn viscous heating on or off |
| | (inactive in Boussinesq mode) |
+-----------------------------------+-----------------------------------+
| ohmic_heating [.true.] | Turn ohmic heating off or on |
| ohmic_heating [``.true.``] | Turn ohmic heating off or on |
| | (inactive in Boussinesq mode) |
+-----------------------------------+-----------------------------------+
.. centered:: **Table. Logicals.**
Expand Down

0 comments on commit a7fbc55

Please sign in to comment.