Skip to content

Commit

Permalink
Pointer correction
Browse files Browse the repository at this point in the history
tammasloughran committed Feb 7, 2020
1 parent 10e6b9e commit f23a126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogpf.f90
Original file line number Diff line number Diff line change
@@ -292,7 +292,7 @@ module ogpf
generic, public :: loglog => loglogv, loglogm

procedure, pass, public :: surf => splot ! 3D surface plot
procedure, pass, public :: lplot => lplot ! 3D line plot
procedure, pass, public :: lplot => lplot3d ! 3D line plot
procedure, pass, public :: contour => cplot ! contour plot

procedure, pass, public :: fplot => function_plot

0 comments on commit f23a126

Please sign in to comment.