Skip to content

Commit 713fe74

Browse files
committed
propagate the INTENT(IN) in the header
1 parent 04eeced commit 713fe74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SRC/disnan.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* LOGICAL FUNCTION DISNAN( DIN )
2222
*
2323
* .. Scalar Arguments ..
24-
* DOUBLE PRECISION DIN
24+
* DOUBLE PRECISION, INTENT(IN) :: DIN
2525
* ..
2626
*
2727
*

0 commit comments

Comments
 (0)