From 7955bc1d8ed4e034895fcb9261aa3b3f97fef8c8 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Mon, 6 Mar 2023 16:44:16 +0100 Subject: [PATCH] Fixed compilation with IBM compiler --- src/templates_front/templator_front.org | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/templates_front/templator_front.org b/src/templates_front/templator_front.org index 6e69b4c..ba9f242 100644 --- a/src/templates_front/templator_front.org +++ b/src/templates_front/templator_front.org @@ -677,7 +677,6 @@ bool trexio_has_backend(back_end_t back_end) { #+begin_src f90 :tangle prefix_fortran.f90 interface logical(c_bool) function trexio_has_back_end (back_end) bind(C) - use, intrinsic :: iso_c_binding import integer(trexio_back_end_t), intent(in), value :: back_end end function trexio_has_back_end @@ -685,7 +684,6 @@ end interface interface logical(c_bool) function trexio_has_backend (back_end) bind(C) - use, intrinsic :: iso_c_binding import integer(trexio_back_end_t), intent(in), value :: back_end end function trexio_has_backend