URI:
       tfix reStructuredText code block syntax - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
  HTML git clone git://src.adamsgaard.dk/sphere
   DIR Log
   DIR Files
   DIR Refs
   DIR LICENSE
       ---
   DIR commit 68f1c39cbbc115790c22fdf39220cac2bd9cc8f2
   DIR parent 720ce941ee8b542a8acbe23e0fb30ac977b966d8
  HTML Author: Anders Damsgaard <andersd@riseup.net>
       Date:   Sat, 28 Oct 2017 09:43:51 -0700
       
       fix reStructuredText code block syntax
       
       Diffstat:
         M README.rst                          |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/README.rst b/README.rst
       t@@ -29,7 +29,7 @@ Important release notes
        -----------------------
        2017-09-07: CUDA 8 comes with new requirements to the host CC/C++ compiler.  If 
        GCC5 is not available on the system, run the following command before invoking 
       -`make`:
       +`make`::
        
            export CC=$(which clang-3.8) && export CXX=$(which clang++-3.8) && cmake .