Skip to content

Commit 95af8e6

Browse files
author
Clovis Lambert
committed
anisotropic.py: translate delta_angle parameter using ensure_radians function in the plot
1 parent f08b442 commit 95af8e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fluidsim/base/forcing/anisotropic.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,8 @@ def plot_forcing_region(self):
245245
except AttributeError:
246246
# loading old simul with delta_angle
247247
delta_angle = None
248+
else:
249+
delta_angle = ensure_radians(delta_angle)
248250

249251
try:
250252
self.params.oper.nz

0 commit comments

Comments
 (0)