*** empty log message ***

psblas-3.3.1-1
Salvatore Filippone 10 years ago
parent 014dc88f59
commit 1fb627f947

@ -2788,6 +2788,9 @@ subroutine psb_d_cp_csr_from_coo(a,b,info)
character(len=20) :: name
info = psb_success_
debug_unit = psb_get_debug_unit()
debug_level = psb_get_debug_level()
if (.not.b%is_sorted()) then
! This is to have fix_coo called behind the scenes

Loading…
Cancel
Save