From: Julien Langou Date: Mon, 22 May 2017 09:34:41 +0000 (+0200) Subject: Minor correction. I think this was the intent of the previous commit. X-Git-Tag: accepted/tizen/5.0/unified/20181102.024111~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=04eeced983cce1e9c0175730e588419b516ab869;p=platform%2Fupstream%2Flapack.git Minor correction. I think this was the intent of the previous commit. --- diff --git a/SRC/dlaisnan.f b/SRC/dlaisnan.f index 3886dc5..3cb1da8 100644 --- a/SRC/dlaisnan.f +++ b/SRC/dlaisnan.f @@ -80,7 +80,7 @@ * December 2016 * * .. Scalar Arguments .. - DOUBLE PRECISION DIN1, DIN2 + DOUBLE PRECISION, INTENT(IN) :: DIN1, DIN2 * .. * * =====================================================================