stardis

Perform coupled heat transfer calculations
git clone git://git.meso-star.fr/stardis.git
Log | Files | Refs | README | LICENSE

commit 5f196b70b5719bca66b311e33ee3c9ffb8990ae3
parent 0e8d62f6d1f93ca021cfdd59d83e21dceaa13d4f
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Mon, 23 Nov 2020 11:05:06 +0100

Fix c99 VS C89 typo in readme

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -25,7 +25,7 @@ as well as on the [OpenMP](http://www.openmp.org) 2.0 specification to parallelize its computations. -First ensure that CMake and a C99 compiler that implements the OpenMP 2.0 +First ensure that CMake and a C89 compiler that implements the OpenMP 2.0 specification are installed on your system. Then install the RCMake package as well as all the aforementioned prerequisites. Finally generate the project from the `cmake/CMakeLists.txt` file by appending to the `CMAKE_PREFIX_PATH`