Skip to content

Commit

Permalink
Add the cij.misc.evec_disp2eig to cij.misc
Browse files Browse the repository at this point in the history
  • Loading branch information
chazeon committed Apr 18, 2021
1 parent 6da4002 commit 47cb65b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cij/misc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
from .evec_sort import evec_sort
from .evec_load import evec_load
from .evec_disp2eig import evec_disp2eig

__all__ = [
"evec_sort",
"evec_load"
"evec_load",
"evec_disp2eig"
]

0 comments on commit 47cb65b

Please sign in to comment.