tMerge branch 'master' of https://github.com/anders-dc/lbm-d3q19 - lbm-d3q19 - 3D lattice-Boltzmann code to approximate Navier-Stokes incompressible flow
 (HTM) git clone git://src.adamsgaard.dk/lbm-d3q19
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 020045d62a04c7a0c973925f16ad7575886ff7e9
 (DIR) parent cf9d6d652d870a84c7e3b3961f48518573d3a7ab
 (HTM) Author: Anders Damsgaard Christensen <adc@geo.au.dk>
       Date:   Mon, 20 May 2013 21:47:05 +0200
       
       Merge branch 'master' of https://github.com/anders-dc/lbm-d3q19
       
       Diffstat:
         M README.rst                          |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/README.rst b/README.rst
       t@@ -10,7 +10,7 @@ See license.txt for more information.
        Requirements
        ------------
        The build requirements are:
       -  * A C/C++ compiler toolkit, e.g. the `GNU Compiler Collection 
       +  * A C compiler, from e.g. the `GNU Compiler Collection 
            <http://gcc.gnu.org/>`_ (GCC)
        
        Obtaining lbm-d3q19
       t@@ -23,7 +23,7 @@ copy, execute::
        
        Build and run instructions
        --------------------------
       -lbm-d3q19 is built using `make`, the platform-specific c/c++ compilers.
       +lbm-d3q19 is built using `make`, the platform-specific C compiler.
        Execute the following commands from the root directory::
        
         make