We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13855a1 commit 04eecedCopy full SHA for 04eeced
1 file changed
SRC/dlaisnan.f
@@ -80,7 +80,7 @@ LOGICAL FUNCTION DLAISNAN( DIN1, DIN2 )
80
* December 2016
81
*
82
* .. Scalar Arguments ..
83
- DOUBLE PRECISION DIN1, DIN2
+ DOUBLE PRECISION, INTENT(IN) :: DIN1, DIN2
84
* ..
85
86
* =====================================================================
0 commit comments