htcp

Properties of water suspended in clouds
git clone git://git.meso-star.fr/htcp.git
Log | Files | Refs | README | LICENSE

commit 45984aa8b21d2367435a7260876b24b85115814f
parent e541a726db816d7982bc09d24f307687a675feaa
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue,  4 Dec 2018 16:47:46 +0100

Fix a comment in the les2htcp CMakeLists.txt file

Diffstat:
Mcmake/les2htcp/CMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/les2htcp/CMakeLists.txt b/cmake/les2htcp/CMakeLists.txt @@ -16,7 +16,7 @@ cmake_minimum_required(VERSION 2.8) project(les2htcp C) -# Required by netcdf.h header that in some versions have C99 comments +# Required by netcdf.h header that some versions contains C99 comments set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu89") ################################################################################