tfix markdown - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
 (HTM) git clone git://src.adamsgaard.dk/sphere
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 37cb8d2b6d81e1d78bd890ce19826088d4eff3ef
 (DIR) parent c63b6f2f405aa4905abcd8016a0db33c3da602e2
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Wed,  5 Nov 2014 15:31:18 +0100
       
       fix markdown
       
       Diffstat:
         M README.rst                          |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) 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-Stokes
       -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.