| tfix markdown - sphere - GPU-based 3D discrete element method algorithm with op… | |
| git clone git://src.adamsgaard.dk/sphere | |
| Log | |
| Files | |
| Refs | |
| LICENSE | |
| --- | |
| commit 37cb8d2b6d81e1d78bd890ce19826088d4eff3ef | |
| parent c63b6f2f405aa4905abcd8016a0db33c3da602e2 | |
| Author: Anders Damsgaard <[email protected]> | |
| Date: Wed, 5 Nov 2014 15:31:18 +0100 | |
| fix markdown | |
| Diffstat: | |
| M README.rst | 4 ++-- | |
| 1 file changed, 2 insertions(+), 2 deletions(-) | |
| --- | |
| diff --git a/README.rst b/README.rst | |
| t@@ -15,8 +15,8 @@ See `LICENSE.txt <LICENSE.txt>`_ for more information. | |
| Important release notes | |
| ----------------------- | |
| 2014-11-05: A Darcy solver has been added as an alternative to the Navier-Stok… | |
| -solver of the fluid phase. It can be selected with e.g. `initFluid(cfd_solver = | |
| -1)` in the Python module. | |
| +solver of the fluid phase. It can be selected with e.g. ``initFluid(cfd_solver… | |
| +1)`` in the Python module. | |
| 2014-07-28: Fluid flow is no longer simulated in a separate program. Use | |
| ``sphere`` with the command line argument ``-f`` or ``--fluid`` instead. |