Cosmetic changes for letter case conventions

merge-paraggr-newops^2
Salvatore Filippone 5 years ago
parent 55666cc0fe
commit 26cfa837e5

@ -122,11 +122,11 @@ subroutine psb_cspasb(a,desc_a, info, afmt, upd, dupl, mold)
end if
IF (debug_level >= psb_debug_ext_) then
if (debug_level >= psb_debug_ext_) then
ch_err=a%get_fmt()
write(debug_unit, *) me,' ',trim(name),': From SPCNV',&
& info,' ',ch_err
end IF
end if
if (psb_errstatus_fatal()) then
info=psb_err_from_subroutine_

@ -122,11 +122,11 @@ subroutine psb_dspasb(a,desc_a, info, afmt, upd, dupl, mold)
end if
IF (debug_level >= psb_debug_ext_) then
if (debug_level >= psb_debug_ext_) then
ch_err=a%get_fmt()
write(debug_unit, *) me,' ',trim(name),': From SPCNV',&
& info,' ',ch_err
end IF
end if
if (psb_errstatus_fatal()) then
info=psb_err_from_subroutine_

@ -122,11 +122,11 @@ subroutine psb_sspasb(a,desc_a, info, afmt, upd, dupl, mold)
end if
IF (debug_level >= psb_debug_ext_) then
if (debug_level >= psb_debug_ext_) then
ch_err=a%get_fmt()
write(debug_unit, *) me,' ',trim(name),': From SPCNV',&
& info,' ',ch_err
end IF
end if
if (psb_errstatus_fatal()) then
info=psb_err_from_subroutine_

@ -122,11 +122,11 @@ subroutine psb_zspasb(a,desc_a, info, afmt, upd, dupl, mold)
end if
IF (debug_level >= psb_debug_ext_) then
if (debug_level >= psb_debug_ext_) then
ch_err=a%get_fmt()
write(debug_unit, *) me,' ',trim(name),': From SPCNV',&
& info,' ',ch_err
end IF
end if
if (psb_errstatus_fatal()) then
info=psb_err_from_subroutine_

Loading…
Cancel
Save