From c409bd5c98fbf17220d61f8e2209b931cdb514a8 Mon Sep 17 00:00:00 2001 From: Rohit Goswami Date: Fri, 29 Apr 2022 03:25:05 +0000 Subject: DOC: Update set of allowed f2cmap types --- doc/source/f2py/advanced.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/source/f2py/advanced.rst b/doc/source/f2py/advanced.rst index c8efbaadb..cf9984380 100644 --- a/doc/source/f2py/advanced.rst +++ b/doc/source/f2py/advanced.rst @@ -79,14 +79,18 @@ that defines mapping between Fortran type:: and the corresponding . The can be one of the following:: + double + float + long_double char signed_char + unsigned_char short + unsigned_short int + long long_long - float - double - long_double + unsigned complex_float complex_double complex_long_double -- cgit v1.2.1