Skip to content

Commit

Permalink
figure
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Nov 18, 2023
1 parent 44942b4 commit 656ad6c
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 @@ -118,7 +118,7 @@ FOR DEVELOPERS
Procedure to add a new function
--------------------------------

>[!IMPORTANT] The use of C stubs (H5\*f.c) is no longer recommended. The C APIs should now be called from Fortran wrappers.
> [!IMPORTANT] The use of C stubs (H5\*f.c) is no longer recommended. The C APIs should now be called from Fortran wrappers.
C wrappers description exists for maintenance purposes and to create and understand alternative development options.

1. Edit the fortran/src/H5\*ff.F90 file
Expand Down Expand Up @@ -147,7 +147,7 @@ Procedure for passing C variables to Fortran

(4) Add the size of the array and array to fortran/src/H5f90global.F90, it must match the size found in H5_f.c

>[!NOTE] To add a default C value argument, do steps (2a) and (4).
> [!NOTE] To add a default C value argument, do steps (2a) and (4).
Procedure for adding a new file to the repository
--------------------------------------------------
Expand Down

0 comments on commit 656ad6c

Please sign in to comment.