base/tools/psb_ccdbldext.F90
 base/tools/psb_dcdbldext.F90

Added missing use psi_mod
psblas3-type-indexed
Salvatore Filippone 15 years ago
parent 2919c44c04
commit fe656ee667

@ -62,6 +62,7 @@
Subroutine psb_ccdbldext(a,desc_a,novr,desc_ov,info, extype)
use psb_sparse_mod, psb_protect_name => psb_ccdbldext
use psi_mod
#ifdef MPI_MOD
use mpi

@ -62,6 +62,7 @@
Subroutine psb_dcdbldext(a,desc_a,novr,desc_ov,info, extype)
use psb_sparse_mod, psb_protect_name => psb_dcdbldext
use psi_mod
#ifdef MPI_MOD
use mpi

Loading…
Cancel
Save