Skip to content

Commit 04eeced

Browse files
committed
Minor correction. I think this was the intent of the previous commit.
1 parent 13855a1 commit 04eeced

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SRC/dlaisnan.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ LOGICAL FUNCTION DLAISNAN( DIN1, DIN2 )
8080
* December 2016
8181
*
8282
* .. Scalar Arguments ..
83-
DOUBLE PRECISION DIN1, DIN2
83+
DOUBLE PRECISION, INTENT(IN) :: DIN1, DIN2
8484
* ..
8585
*
8686
* =====================================================================

0 commit comments

Comments
 (0)