Skip to content

Commit

Permalink
more fortran wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Dec 22, 2024
1 parent 400ec86 commit 0d4005c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/g2c_interface.F90
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ end function g2c_inq_dim
! int g2c_get_prod(int g2cid, int msg_num, int prod_num, int *num_data_points,
! float *data);
function g2c_get_prod(g2id, msg_num, prod_num, num_data_points, data) bind(c)
use iso_c_binding
integer(c_int), value :: g2id
integer(c_int), value :: msg_num
integer(c_int), value :: prod_num
Expand Down

0 comments on commit 0d4005c

Please sign in to comment.