We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f411c commit 41892edCopy full SHA for 41892ed
elmerice/Solvers/GolfLaw.F90
@@ -39,6 +39,7 @@ Module DefGrid
39
! INTEGER, PARAMETER :: dp = SELECTED_REAL_KIND(12) ! If not using
40
! with Elmer
41
USE Types ! If using with Elmer
42
+ USE Messages
43
44
Real, Parameter :: kmin=0.002_dp ! valeur de ki mimum
45
Integer, Parameter :: Ndiv=30 ! Ndiv+2 Number of points along ik1
@@ -702,6 +703,7 @@ subroutine IBOF(a2,a4)
702
703
subroutine R2Ro(a2,dim,ai,Euler)
704
705
use Types ! types d'Elmer
706
707
708
implicit none
709
0 commit comments