Skip to content

Commit

Permalink
ye olde push-than-pull merge conflict
Browse files Browse the repository at this point in the history
Merge branch 'master' of github.com:pboesu/DEButilities

# Conflicts:
#	R/get_tb.R
  • Loading branch information
pboesu committed Jan 23, 2018
2 parents c663d36 + 7e8f42b commit eaf183c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/get_tb.R
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ get_tb <- function(p, eb = 1, lb=NA){
#library(pracma)
abxb=c(ab,xb)
tb = 3 * quad(dget_tb, xa= 1e-15, xb=xb, tol = 1.0e-12, trace = FALSE, abxb)

return(c(tb = unname(tb), lb = unname(lb), info = unname(info)))

}

# subfunction
Expand Down

0 comments on commit eaf183c

Please sign in to comment.