Skip to content

Commit

Permalink
Remove kind from comments; otherwise R flags it as non-portable
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Sep 26, 2023
1 parent ca820ac commit 5236b9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/matexp.f
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ SUBROUTINE DGEXX ( TRANSA, TRANSB, M, N, K, ALPHA, A, LDA, B, LDB,
* Error: Variable 'ldb' cannot appear in the expression at (1)
*
DOUBLE PRECISION A( LDA, * ), B( LDB, * ), C( LDC, * )
* complex(kind=8) A( LDA, * ), B( LDB, * ), C( LDC, * )

*
* ..
Expand Down

0 comments on commit 5236b9a

Please sign in to comment.