diff --git a/base/serial/impl/psb_c_csc_impl.f90 b/base/serial/impl/psb_c_csc_impl.f90 index 8d325c2c..49ed6531 100644 --- a/base/serial/impl/psb_c_csc_impl.f90 +++ b/base/serial/impl/psb_c_csc_impl.f90 @@ -2267,7 +2267,7 @@ subroutine psb_c_mv_csc_from_coo(a,b,info) Integer :: nza, nr, i,j,irw, err_act, nc, icl Integer, Parameter :: maxtry=8 integer :: debug_level, debug_unit - character(len=20) :: name='c_mv_csc_from_coo'ì + character(len=20) :: name='c_mv_csc_from_coo' info = psb_success_ debug_unit = psb_get_debug_unit() diff --git a/base/serial/impl/psb_d_csc_impl.f90 b/base/serial/impl/psb_d_csc_impl.f90 index c15a7c5c..7d44ff21 100644 --- a/base/serial/impl/psb_d_csc_impl.f90 +++ b/base/serial/impl/psb_d_csc_impl.f90 @@ -2267,7 +2267,7 @@ subroutine psb_d_mv_csc_from_coo(a,b,info) Integer :: nza, nr, i,j,irw, err_act, nc, icl Integer, Parameter :: maxtry=8 integer :: debug_level, debug_unit - character(len=20) :: name='d_mv_csc_from_coo'ì + character(len=20) :: name='d_mv_csc_from_coo' info = psb_success_ debug_unit = psb_get_debug_unit() diff --git a/base/serial/impl/psb_s_csc_impl.f90 b/base/serial/impl/psb_s_csc_impl.f90 index 2c625fe6..ac7e57a4 100644 --- a/base/serial/impl/psb_s_csc_impl.f90 +++ b/base/serial/impl/psb_s_csc_impl.f90 @@ -2267,7 +2267,7 @@ subroutine psb_s_mv_csc_from_coo(a,b,info) Integer :: nza, nr, i,j,irw, err_act, nc, icl Integer, Parameter :: maxtry=8 integer :: debug_level, debug_unit - character(len=20) :: name='s_mv_csc_from_coo'ì + character(len=20) :: name='s_mv_csc_from_coo' info = psb_success_ debug_unit = psb_get_debug_unit() diff --git a/base/serial/impl/psb_z_csc_impl.f90 b/base/serial/impl/psb_z_csc_impl.f90 index 55df7768..9190a61c 100644 --- a/base/serial/impl/psb_z_csc_impl.f90 +++ b/base/serial/impl/psb_z_csc_impl.f90 @@ -2267,7 +2267,7 @@ subroutine psb_z_mv_csc_from_coo(a,b,info) Integer :: nza, nr, i,j,irw, err_act, nc, icl Integer, Parameter :: maxtry=8 integer :: debug_level, debug_unit - character(len=20) :: name='z_mv_csc_from_coo'ì + character(len=20) :: name='z_mv_csc_from_coo' info = psb_success_ debug_unit = psb_get_debug_unit()