Skip to content

Commit

Permalink
Bring back only
Browse files Browse the repository at this point in the history
  • Loading branch information
q-posev authored May 13, 2024
1 parent 7fde7b4 commit 36ad0e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/templates_front/templator_front.org
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,8 @@ typedef int32_t trexio_exit_code;
#+begin_src f90 :tangle prefix_fortran.f90
module trexio

use, intrinsic :: iso_c_binding
use, intrinsic :: iso_c_binding, only : c_int32_t, c_int64_t, c_double, c_size_t, c_bool
use, intrinsic :: iso_c_binding, only : c_float, c_char, c_new_line, c_null_char
implicit none

integer, parameter :: trexio_exit_code = c_int32_t
Expand Down

0 comments on commit 36ad0e4

Please sign in to comment.