diff --git a/src/HYPRE.jl b/src/HYPRE.jl index f46f9ff..de77439 100644 --- a/src/HYPRE.jl +++ b/src/HYPRE.jl @@ -539,7 +539,7 @@ function Internals.copy_check(dst::HYPREVector, src::PVector) if il_dst != il_src && iu_dst != iu_src # TODO: Why require this? throw(ArgumentError( - "row owner mismatch between dst ($(il_dst:iu_dst)) and src ($(il_dst:iu_dst))" + "row owner mismatch between dst ($(il_dst:iu_dst)) and src ($(il_src:iu_src))" )) end end