psblas: base/modulse/psb_tools_mod.f90

Fixed interface to spfree: having both module and external in a single
interface statement was bad for PGI.
psblas3-type-indexed
Salvatore Filippone 17 years ago
parent b60d842b22
commit 7b84ea1a23

@ -408,6 +408,9 @@ Module psb_tools_mod
interface psb_spfree interface psb_spfree
module procedure psb_dsp_free, psb_zsp_free module procedure psb_dsp_free, psb_zsp_free
end interface
interface psb_spfree
subroutine psb_dspfree(a, desc_a,info) subroutine psb_dspfree(a, desc_a,info)
use psb_descriptor_type use psb_descriptor_type
use psb_spmat_type use psb_spmat_type

Loading…
Cancel
Save