Skip to content

Commit

Permalink
fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
boulderdaze committed Aug 30, 2024
1 parent 3950d6b commit 80c8b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fortran/tuvx/tuvx.F90
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module musica_tuvx
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

interface
function create_tuvx_c(config_path, grids, profiles, radiators, error) %
function create_tuvx_c(config_path, grids, profiles, radiators, error) &
bind(C, name="CreateTuvx")
use musica_util, only: error_t_c
use iso_c_binding, only: c_ptr, c_int, c_char
Expand Down

0 comments on commit 80c8b6c

Please sign in to comment.