Skip to content

Commit 2402053

Browse files
committed
minor
1 parent bdce6d4 commit 2402053

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyspod/postprocessing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,7 @@ def plot_2D_mode_slice_vs_time(modes, freq_required, freq, vars_idx=[0],
544544
tmp = np.fft.fftshift(tmp, axes=1)
545545
idx_x1, idx_x2 = np.where(np.abs(tmp) == np.amax(np.abs(tmp)))
546546

547+
# loop over modes
547548
for mode_id in modes_idx:
548549

549550
# select mode and fft-shift it

0 commit comments

Comments
 (0)