Skip to content

Commit

Permalink
Merge branch 'master' of github.com:wrathematics/pbdDMAT
Browse files Browse the repository at this point in the history
  • Loading branch information
wrathematics committed Dec 2, 2014
2 parents d9f6452 + a32acb3 commit 2e38b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ddmatrix_apply.R
Expand Up @@ -56,7 +56,7 @@ setMethod("apply", signature(X="ddmatrix"),
fudge <- max(floor(X@bldim/base.blacs(X@ICTXT)$NPROWS), 1)
X <- dmat.reblock(dx=X, bldim=X@bldim/2, ICTXT=1)

tmp <- apply(X@Data, MARGIN=2, FUN=FUN)
tmp <- apply(X@Data, MARGIN=2, FUN=FUN, ...)

if (is.list(tmp)){
if (!all(sapply(tmp, is.numeric)))
Expand Down

0 comments on commit 2e38b8f

Please sign in to comment.