avoid long modules

This commit is contained in:
Martin Diehl 2020-02-20 23:16:35 +01:00
parent 16ed0623af
commit 898c696ef7
3 changed files with 1496 additions and 1494 deletions

View File

@ -13,7 +13,8 @@ from .asciitable import ASCIItable # noqa
from .config import Material # noqa
from .colormaps import Colormap, Color # noqa
from .orientation import Symmetry, Lattice, Rotation, Orientation # noqa
from .rotation import Symmetry, Lattice, Rotation # noqa
from .orientation import Orientation # noqa
from .dadf5 import DADF5 # noqa
from .geom import Geom # noqa

File diff suppressed because it is too large Load Diff

1492
python/damask/rotation.py Normal file

File diff suppressed because it is too large Load Diff