Commit 6f2c415
committed
Fix for an issue in stdlib_experimental_linalg_diag with Intel compiler
ifort message:
```
function diag_cdp_mat(A) result(res)
---------------^
/home/jvandenp/stdlib/build/src/stdlib_experimental_linalg_diag.f90(350): error #6645: The name of the module procedure conflicts with a name in the encompassing scoping unit. [DIAG_CQP_MA
T]
function diag_cqp_mat(A) result(res)
---------------^
/home/jvandenp/stdlib/build/src/stdlib_experimental_linalg_diag.f90(358): error #6645: The name of the module procedure conflicts with a name in the encompassing scoping unit. [DIAG_IINT8_
MAT]
```1 parent 0ecaed5 commit 6f2c415
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments