diff --git a/src/core/distmatrix.jl b/src/core/distmatrix.jl index 92b3879..903859d 100644 --- a/src/core/distmatrix.jl +++ b/src/core/distmatrix.jl @@ -100,7 +100,7 @@ for (elty, ext) in ((:ElInt, :i), return rv[] end - function processPullQueue(A::DistMatrix{$elty}, buf::Array{$elty,2}) + function processPullQueue(A::DistMatrix{$elty}, buf) ElError(ccall(($(string("ElDistMatrixProcessPullQueue_", ext)), libEl), Cuint, (Ptr{Cvoid}, Ptr{$elty}), A.obj, buf))