From b7c19df876df0b4f9f7313c3b97ce6c04c2b2186 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@uliege.be> Date: Sat, 14 Mar 2020 09:50:07 +0100 Subject: [PATCH] pp --- api/GenApi.py | 8 ++++---- api/gmsh.h | 2 +- api/gmsh.jl | 2 +- api/gmsh.py | 2 +- api/gmshc.h | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/api/GenApi.py b/api/GenApi.py index 88138cd633..e2c2c1ac4d 100644 --- a/api/GenApi.py +++ b/api/GenApi.py @@ -713,7 +713,7 @@ cpp_header="""// {0} // Do not edit it directly: it is automatically generated by `api/gen.py'. // // By design, the {3} C++ API is purely functional, and only uses elementary -// types from the standard library. See `tutorial/c++' and `demos/api' for +// types from the C++ standard library. See `tutorial/c++' and `demos/api' for // examples. #if defined(_MSC_VER) && !defined(_USE_MATH_DEFINES) @@ -771,7 +771,7 @@ c_header="""/* * Do not edit it directly: it is automatically generated by `api/gen.py'. * * By design, the {3} C API is purely functional, and only uses elementary - * types. See `tutorial/c' and `demos/api' for examples. + * C types. See `tutorial/c' and `demos/api' for examples. */ #include <stddef.h> @@ -937,7 +937,7 @@ python_header = """# {0} # Do not edit it directly: it is automatically generated by `api/gen.py'. # # By design, the {2} Python API is purely functional, and only uses elementary -# types (as well as `numpy' arrays if `numpy' is avaiable). See +# Python types (as well as `numpy' arrays if `numpy' is available). See # `tutorial/python' and `demos/api' for examples. from ctypes import * @@ -1122,7 +1122,7 @@ julia_header = """# {0} # Do not edit it directly: it is automatically generated by `api/gen.py'. # # By design, the {2} Julia API is purely functional, and only uses elementary -# types. See `tutorial/julia' and `demos/api' for examples. +# Julia types. See `tutorial/julia' and `demos/api' for examples. """ def capi(s): return s[:1].upper() + s[1:] diff --git a/api/gmsh.h b/api/gmsh.h index 2d0a50a2e2..0479b2c248 100644 --- a/api/gmsh.h +++ b/api/gmsh.h @@ -11,7 +11,7 @@ // Do not edit it directly: it is automatically generated by `api/gen.py'. // // By design, the Gmsh C++ API is purely functional, and only uses elementary -// types from the standard library. See `tutorial/c++' and `demos/api' for +// types from the C++ standard library. See `tutorial/c++' and `demos/api' for // examples. #if defined(_MSC_VER) && !defined(_USE_MATH_DEFINES) diff --git a/api/gmsh.jl b/api/gmsh.jl index 0f8a054763..795c13d807 100644 --- a/api/gmsh.jl +++ b/api/gmsh.jl @@ -8,7 +8,7 @@ # Do not edit it directly: it is automatically generated by `api/gen.py'. # # By design, the Gmsh Julia API is purely functional, and only uses elementary -# types. See `tutorial/julia' and `demos/api' for examples. +# Julia types. See `tutorial/julia' and `demos/api' for examples. """ module gmsh diff --git a/api/gmsh.py b/api/gmsh.py index 81b10e4949..2172925a14 100644 --- a/api/gmsh.py +++ b/api/gmsh.py @@ -8,7 +8,7 @@ # Do not edit it directly: it is automatically generated by `api/gen.py'. # # By design, the Gmsh Python API is purely functional, and only uses elementary -# types (as well as `numpy' arrays if `numpy' is avaiable). See +# Python types (as well as `numpy' arrays if `numpy' is available). See # `tutorial/python' and `demos/api' for examples. from ctypes import * diff --git a/api/gmshc.h b/api/gmshc.h index c341301b28..023a1960de 100644 --- a/api/gmshc.h +++ b/api/gmshc.h @@ -14,7 +14,7 @@ * Do not edit it directly: it is automatically generated by `api/gen.py'. * * By design, the Gmsh C API is purely functional, and only uses elementary - * types. See `tutorial/c' and `demos/api' for examples. + * C types. See `tutorial/c' and `demos/api' for examples. */ #include <stddef.h> -- GitLab