From 675a432d5b0a93f907e27db082f4f9b5373440a2 Mon Sep 17 00:00:00 2001 From: Uwe Schulzweida <uwe.schulzweida@mpimet.mpg.de> Date: Wed, 23 Mar 2022 11:41:13 +0100 Subject: [PATCH] Docu update --- README | 2 +- doc/tex/install.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 4a813ffd1..5ba0dcc1b 100644 --- a/README +++ b/README @@ -67,7 +67,7 @@ Building and installing it: Porting: This package was designed for maximum portability. It is written entirely - in ISO C++17 and ANSI C99, and will compile on most UNIX platforms. + in ISO C++17 and C11, and will compile on most UNIX platforms. Contact: diff --git a/doc/tex/install.tex b/doc/tex/install.tex index a42dd3a92..a612b9af7 100644 --- a/doc/tex/install.tex +++ b/doc/tex/install.tex @@ -2,7 +2,7 @@ This section describes how to build {\CDO} from the sources on a UNIX system. {\CDO} uses the GNU configure and build system for compilation. -The only requirement is a working ISO C++17 and ANSI C99 compiler. +The only requirement is a working ISO C++17 and C11 compiler. %First go to the \href{https://www.mpimet.mpg.de/cdo/download.html}{\texttt{download}} page %(\texttt{https://www.mpimet.mpg.de/\\,cdo/download.html}) to get the latest distribution, -- GitLab