propagate the INTENT(IN) in the header
authorJulien Langou <julien.langou@ucdenver.edu>
Mon, 22 May 2017 09:35:23 +0000 (11:35 +0200)
committerJulien Langou <julien.langou@ucdenver.edu>
Mon, 22 May 2017 09:35:23 +0000 (11:35 +0200)
SRC/disnan.f

index 6d26254..1511099 100644 (file)
@@ -21,7 +21,7 @@
 *       LOGICAL FUNCTION DISNAN( DIN )
 *
 *       .. Scalar Arguments ..
-*       DOUBLE PRECISION   DIN
+*       DOUBLE PRECISION, INTENT(IN) :: DIN
 *       ..
 *
 *