Fix missing directive

non-diag
sfilippone 10 months ago
parent e9d1238b43
commit be7571f568

@ -4310,6 +4310,7 @@ contains
end subroutine csr_spspmm
end subroutine psb_ccsrspspmm
#endif
subroutine psb_c_ecsr_mold(a,b,info)
use psb_c_csr_mat_mod, psb_protect_name => psb_c_ecsr_mold

@ -4310,6 +4310,7 @@ contains
end subroutine csr_spspmm
end subroutine psb_dcsrspspmm
#endif
subroutine psb_d_ecsr_mold(a,b,info)
use psb_d_csr_mat_mod, psb_protect_name => psb_d_ecsr_mold

@ -4310,6 +4310,7 @@ contains
end subroutine csr_spspmm
end subroutine psb_scsrspspmm
#endif
subroutine psb_s_ecsr_mold(a,b,info)
use psb_s_csr_mat_mod, psb_protect_name => psb_s_ecsr_mold

@ -4310,6 +4310,7 @@ contains
end subroutine csr_spspmm
end subroutine psb_zcsrspspmm
#endif
subroutine psb_z_ecsr_mold(a,b,info)
use psb_z_csr_mat_mod, psb_protect_name => psb_z_ecsr_mold

Loading…
Cancel
Save