Skip to content

Commit d715aaf

Browse files
committed
Fix plot bug
1 parent 8065d78 commit d715aaf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,4 @@ test-reports
5151

5252
*.npz
5353
*.npy
54+
fmm.cpp

fidimag/common/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Init scalar is defined in fidimag.extensions.common_clib and imported in
77
# the helper library
88
from .helper import init_scalar, init_vector
9-
from .plot import plot, plot_micro
9+
from .plot import plot, plot_micro, plot_atom_cub, plot_atom_hex

0 commit comments

Comments
 (0)