Skip to content

Commit 7e4009b

Browse files
author
Giles Hooker
committed
reverting pda.fd
1 parent bc79f6d commit 7e4009b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

R/pda.fd.R

+1-5
Original file line numberDiff line numberDiff line change
@@ -358,15 +358,11 @@ pda.fd <- function(xfdlist, bwtlist=NULL, awtlist=NULL, ufdlist=NULL,
358358
}
359359
}
360360

361-
print(dim(barray))
362-
print(length(tx))
363-
print(difeorder)
361+
364362
for (j1 in 1:difeorder) {
365-
print(j1)
366363
if (!is.null(bwtlist[[j1]])) {
367364
bfdParj <- bwtlist[[j1]]
368365
bvecj <- eval.fd(tx, bfdParj$fd)
369-
print(dim(bvecj))
370366
barray[,j1] <- bvecj
371367
}
372368
}

0 commit comments

Comments
 (0)