Skip to content

Commit

Permalink
add support for dtB_movie outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
tgastine committed Sep 11, 2024
1 parent a27e8ae commit 5048f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/magic/movie2vtk.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def __init__(self, file=None, step=1, lastvar=None, nvar='all', fluct=False,
if self.movtype in [1, 2, 3, 14]: # read inner core
shape = (self.n_theta_max, 2*(n_r_mov_tot+2))
self.n_theta_plot = 2*self.n_theta_max
elif self.movtype in [8, 9]:
elif self.movtype in [8, 9, 20, 21, 22, 23, 24, 25, 26]:
shape = (self.n_theta_max, n_r_mov_tot+2)
self.n_theta_plot = self.n_theta_max
elif self.movtype in [4, 5, 6, 7, 15, 16, 17, 18, 47, 54,
Expand Down

0 comments on commit 5048f62

Please sign in to comment.