summaryrefslogtreecommitdiff
path: root/SRC
diff options
context:
space:
mode:
authorJulien Langou <julien.langou@ucdenver.edu>2017-05-22 11:34:41 +0200
committerJulien Langou <julien.langou@ucdenver.edu>2017-05-22 11:34:41 +0200
commit04eeced983cce1e9c0175730e588419b516ab869 (patch)
tree62dd3fd8b08134883c8f0369d1df042888ed56c2 /SRC
parent13855a1bf046bb40ca82d193e54e3107a86235e6 (diff)
downloadlapack-04eeced983cce1e9c0175730e588419b516ab869.tar.gz
lapack-04eeced983cce1e9c0175730e588419b516ab869.tar.bz2
lapack-04eeced983cce1e9c0175730e588419b516ab869.zip
Minor correction. I think this was the intent of the previous commit.
Diffstat (limited to 'SRC')
-rw-r--r--SRC/dlaisnan.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/dlaisnan.f b/SRC/dlaisnan.f
index 3886dc51..3cb1da8b 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
* ..
*
* =====================================================================