Skip to content

Commit

Permalink
figure
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Nov 20, 2023
1 parent 50bc9e9 commit 2e9344f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fortran/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ Procedure for passing C variables to Fortran

(1) Find the C struct name you are interested in:

(a) src/H5public.h if it is a generic type, i.e. H5_\*
(a) src/H5public.h if it is a generic type, i.e. H5_*
or
(b) src/H5\*public.h if is a specific type, i.e. H5\*_
(b) src/H5*public.h if is a specific type, i.e. H5*_

(2) Put that structure into an array that will be passed to Fortran in:

Expand Down

0 comments on commit 2e9344f

Please sign in to comment.