Skip to content
Snippets Groups Projects
Commit 5757a68a authored by Martin Bauer's avatar Martin Bauer
Browse files

Renamed types.py to data_types.py

- renaming because of clashes with types.py from other packages
parent e6ab47f2
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ from pystencils.astnodes import SympyAssignment ...@@ -5,7 +5,7 @@ from pystencils.astnodes import SympyAssignment
from pystencils.sympyextensions import getSymmetricPart from pystencils.sympyextensions import getSymmetricPart
from pystencils import Field from pystencils import Field
from lbmpy.boundaries.boundary_kernel import offsetFromDir, weightOfDirection, invDir from lbmpy.boundaries.boundary_kernel import offsetFromDir, weightOfDirection, invDir
from pystencils.types import createTypeFromString from pystencils.data_types import createTypeFromString
class Boundary(object): class Boundary(object):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment