summaryrefslogtreecommitdiff
path: root/SRC/disnan.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2010-01-28 18:44:38 +0000
committerjulie <julielangou@users.noreply.github.com>2010-01-28 18:44:38 +0000
commit616eee3f2d29f2438fef25e1d044b000a3990c0f (patch)
tree38a83abb9258ab1583d789673e39035c7afff66f /SRC/disnan.f
parentf020b6fd2f76145b2f4dae5112dc7d4e94383e7b (diff)
downloadlapack-616eee3f2d29f2438fef25e1d044b000a3990c0f.tar.gz
lapack-616eee3f2d29f2438fef25e1d044b000a3990c0f.tar.bz2
lapack-616eee3f2d29f2438fef25e1d044b000a3990c0f.zip
Polish some comments, etc.. for the C wrapper
Diffstat (limited to 'SRC/disnan.f')
-rw-r--r--SRC/disnan.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/disnan.f b/SRC/disnan.f
index d460d5b7..8e4e2a37 100644
--- a/SRC/disnan.f
+++ b/SRC/disnan.f
@@ -1,4 +1,4 @@
- LOGICAL FUNCTION DISNAN(DIN)
+ LOGICAL FUNCTION DISNAN( DIN)
*
* -- LAPACK auxiliary routine (version 3.2) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
@@ -6,7 +6,7 @@
* November 2006
*
* .. Scalar Arguments ..
- DOUBLE PRECISION DIN
+ DOUBLE PRECISION DIN
* ..
*
* Purpose