Fixed ONLY clause in USE PSB_TOOLS_MOD to avoid name clashing.

psblas3-type-indexed
Salvatore Filippone 18 years ago
parent 63c39fd0f2
commit 1ae3697c76

@ -50,7 +50,7 @@ Subroutine psb_dcdovr(a,desc_a,novr,desc_ov,info, extype)
use psb_descriptor_type
use psb_error_mod
use psb_penv_mod
use psb_tools_mod
use psb_tools_mod, only : psb_cdcpy
use psb_realloc_mod
use psi_mod
use mpi

@ -49,7 +49,7 @@ Subroutine psb_zcdovr(a,desc_a,novr,desc_ov,info, extype)
use psb_descriptor_type
use psb_error_mod
use psb_penv_mod
use psb_tools_mod
use psb_tools_mod, only : psb_cdcpy
use psb_realloc_mod
use psi_mod
use mpi

Loading…
Cancel
Save