Skip to content

Commit acfa116

Browse files
committed
isend fixed
1 parent 8aa72a6 commit acfa116

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

ChangeLog

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
2013-07-05: Ver. 0.1-6
1+
2013-07-03: Ver. 0.1-6
22
* Move inst/doc/vignettes/ to vignettes/.
3-
* Avoid isend() in load.balance().
43

54
2013-07-02: Ver. 0.1-5
65
* Add high-level functions "pmclust" and "pkmeans".

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ URL: http://r-pbd.org/
2525
BugReports: http://group.r-pbd.org/
2626
MailingList: Please send questions and comments regarding pbdR to
2727
28-
Packaged: 2013-07-04 18:44:09 UTC; snoweye
28+
Packaged: 2013-07-06 02:33:56 UTC; snoweye
2929
Author: Wei-Chen Chen [aut, cre],
3030
George Ostrouchov [aut]
3131
Maintainer: Wei-Chen Chen <[email protected]>

R/pm_my_tools.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set.global <- function(K = 2, X.spmd = NULL, PARAM = NULL,
1111
if(A){
1212
# It is default and does not thing.
1313
} else if(B){
14-
X.spmd <- get("X.gbd", envir = .GlobalEnv)
14+
X.spmd <- get("X.gbd", envir = .pmclustEnv)
1515
.pmclustEnv$X.spmd <- X.spmd
1616
} else{
1717
comm.stop("A global X.spmd or X.gbd does not exist.")

inst/doc/pmclust-guide.pdf

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)