Skip to content

Commit

Permalink
fixed a bug I created in the Fortran interface
Browse files Browse the repository at this point in the history
  • Loading branch information
mpotse committed Mar 6, 2024
1 parent a328002 commit 4792e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mmg3d/libmmg3d.h
Original file line number Diff line number Diff line change
Expand Up @@ -1432,7 +1432,7 @@ LIBMMG3D_EXPORT int MMG3D_Set_inputParamName(MMG5_pMesh mesh, const char* fpara
* \return 0 if failed, 1 otherwise.
*
* \remark Fortran interface:
* > SUBROUTINE MMG3D_SET_MULTIMAT(mesh,sol,ref,split,rin,rex,retval)\n
* > SUBROUTINE MMG3D_SET_MULTIMAT(mesh,sol,ref,split,rmin,rplus,retval)\n
* > MMG5_DATA_PTR_T,INTENT(INOUT) :: mesh,sol\n
* > INTEGER, INTENT(IN) :: split\n
* > INTEGER(MMG5F_INT), INTENT(IN):: ref,rmin,rplus\n
Expand Down

0 comments on commit 4792e23

Please sign in to comment.