Skip to content

Commit 8cddedd

Browse files
committed
Fixed psi_protect_name
1 parent 297be77 commit 8cddedd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

base/internals/psi_desc_impl.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
!
3232

3333
subroutine psi_i_renum_index(iperm,idx,info)
34-
use psi_mod, psi_protect_name => psi_renum_index
34+
use psi_mod, psi_protect_name => psi_i_renum_index
3535
use psb_serial_mod
3636
implicit none
3737

0 commit comments

Comments
 (0)