lbm-d3q19

3D lattice-Boltzmann code to approximate Navier-Stokes incompressible flow
git clone git://src.adamsgaard.dk/lbm-d3q19
Log | Files | Refs

commit 020045d62a04c7a0c973925f16ad7575886ff7e9
parent cf9d6d652d870a84c7e3b3961f48518573d3a7ab
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:
MREADME.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst @@ -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 @@ -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