Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristopherson committed Oct 2, 2020
1 parent 5c8cacc commit 2ab529c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/vanderpol.f90
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ program example
type(plot_2d) :: plt
type(plot_data_2d) :: d1
class(plot_axis), pointer :: xAxis, yAxis
class(legend), pointer :: lgnd

! Set up the integrator
ptr => vdp
Expand All @@ -32,9 +31,6 @@ program example
call plt%initialize()
call plt%set_font_size(14)

lgnd => plt%get_legend()
call lgnd%set_is_visible(.false.)

xAxis => plt%get_x_axis()
call xAxis%set_title("t")

Expand Down

0 comments on commit 2ab529c

Please sign in to comment.