Skip to content

Commit

Permalink
exported integrate instead of interTaylor so the test can pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
blas-ko committed May 22, 2016
1 parent 75c6430 commit 9863724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TaylorSeries.jl
Expand Up @@ -22,7 +22,7 @@ import Base: zero, one, zeros, ones, isinf, isnan,
export Taylor1, TaylorN, HomogeneousPolynomial

export taylor1_variable, taylorN_variable, get_coeff,
diffTaylor, integTaylor, evaluate, deriv,
diffTaylor, integrate, evaluate, deriv,
show_params_TaylorN,
get_order, get_numvars,
set_variables, get_variables,
Expand Down

0 comments on commit 9863724

Please sign in to comment.