From 2f95f2f991956abac93cf6b273b1628fbad22f09 Mon Sep 17 00:00:00 2001 From: Christoph Groth Date: Thu, 22 Feb 2018 16:51:29 +0100 Subject: implement evaluation of the interpolated integrand --- vquad/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vquad/__init__.py') diff --git a/vquad/__init__.py b/vquad/__init__.py index 3313b0f..8555ba5 100644 --- a/vquad/__init__.py +++ b/vquad/__init__.py @@ -4,4 +4,4 @@ # LICENSE.rst found in the top-level directory of this distribution. -from .core import vquad +from .core import vquad, Vquad -- cgit v1.2.3-74-g4815