Skip to content

Commit

Permalink
removed unused cgyro_plot variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jcandy committed Apr 24, 2024
1 parent 15b33f0 commit 493499f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion f2py/pygacode/cgyro/data_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,6 @@ def plot_xflux(self,xin):
nscale = xin['nscale']
ymin = xin['ymin']
ymax = xin['ymax']
mirror = xin['abs']

if xin['fig'] is None:
fig = plt.figure(MYDIR,figsize=(xin['lx'],xin['ly']))
Expand Down

0 comments on commit 493499f

Please sign in to comment.