Skip to content

Commit 1c1bd1e

Browse files
committed
Removed now-unused SIGN intrinsic.
1 parent c940e4d commit 1c1bd1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SRC/dlacn2.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ SUBROUTINE DLACN2( N, V, X, ISGN, EST, KASE, ISAVE )
171171
EXTERNAL DCOPY
172172
* ..
173173
* .. Intrinsic Functions ..
174-
INTRINSIC ABS, DBLE, NINT, SIGN
174+
INTRINSIC ABS, DBLE, NINT
175175
* ..
176176
* .. Executable Statements ..
177177
*

0 commit comments

Comments
 (0)