Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Jun 17, 2024
1 parent fb5b796 commit ed19819
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/g2c_interface.F90
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ function g2c_open_index(data_file, index_file, mode, g2cid) bind(c)
integer(c_int) :: g2c_open_index
end function g2c_open_index

! int g2c_inq(int g2cid, int *num_msg);
! int g2c_inq_msg(int g2cid, int msg_num, unsigned char *discipline, int *num_fields,
! int *num_local, short *center, short *subcenter, unsigned char *master_version,
! unsigned char *local_version);
function g2c_close(g2id) result(status)
use iso_c_binding
integer(c_int), intent(in) :: g2id
Expand Down

0 comments on commit ed19819

Please sign in to comment.