diff options
| author | Christoph Groth <christoph.groth@cea.fr> | 2018-02-22 16:51:29 +0100 |
|---|---|---|
| committer | Christoph Groth <christoph.groth@cea.fr> | 2018-02-28 21:01:31 +0100 |
| commit | 2f95f2f991956abac93cf6b273b1628fbad22f09 (patch) | |
| tree | 2434455ec919f338a0421ce83d9703e747f9c5d1 /vquad/__init__.py | |
| parent | 581bad7324c4c1164ba4adec69c7b11b0e25fb7e (diff) | |
implement evaluation of the interpolated integrand
Diffstat (limited to 'vquad/__init__.py')
| -rw-r--r-- | vquad/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
