~ubuntu-branches/ubuntu/vivid/ffc/vivid

« back to all changes in this revision

Viewing changes to ffc/tensor/referencetensor.py

  • Committer: Package Import Robot
  • Author(s): Johannes Ring
  • Date: 2015-01-12 21:08:58 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20150112210858-16bep8qwomfo4dvi
Tags: 1.5.0-1
* New upstream release.
* debian/control:
  - Bump Standards-Version to 3.9.6 (no changes needed).
  - Bump X-Python-Version to >= 2.7.
  - Bump minimum required version for python-fiat, python-instant and
    python-ufl to 1.5.0.
  - Add python-numpy and python-six to Depends field.
  - Bump python-all-dev in Build-Depends to >= 2.7.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
from ffc.log import debug
26
26
 
27
27
# FFC tensor representation modules.
28
 
from monomialintegration import integrate
29
 
from monomialtransformation import MonomialIndex
30
 
from multiindex import create_multiindex
 
28
from .monomialintegration import integrate
 
29
from .monomialtransformation import MonomialIndex
 
30
from .multiindex import create_multiindex
31
31
 
32
32
class ReferenceTensor:
33
33
    """