Skip to content

Commit

Permalink
Fixed compilation with IBM compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
scemama committed Mar 6, 2023
1 parent 2465293 commit 7955bc1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/templates_front/templator_front.org
Original file line number Diff line number Diff line change
Expand Up @@ -677,15 +677,13 @@ 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
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
Expand Down

0 comments on commit 7955bc1

Please sign in to comment.