Skip to content

Commit

Permalink
Fixing issue #41 on netdist
Browse files Browse the repository at this point in the history
  • Loading branch information
filosi committed Jan 25, 2018
1 parent 8d357f8 commit 0239551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ipsen_function.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ ipsen <- function(object, ga=NULL, ...){
return(list(myomega,myk))
}, mygamma=optgamma, laplist=laplist, ...)
}
if (exists("cl")){
if (exists("cl") & nrow(showConnections()) > 0){
clusterEvalQ(cl,{
mydistfun <- function(a,b, optgamma){
integrand <- function(omega, mygamma, given_omega_G, given_omega_H){
Expand Down

0 comments on commit 0239551

Please sign in to comment.