Skip to content

Commit

Permalink
Remove unused variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed May 8, 2024
1 parent 8a7a766 commit 460a9b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/example_ppm1.f90
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ program example_ppm1
type(colormap) :: cmap
integer(ik), allocatable :: px(:, :)
real(rk), allocatable :: Xg(:,:), z_values(:)
real(rk) :: z, center(3), inner_radius, outer_radius, aspect_ratio
real(rk) :: center(3), inner_radius, outer_radius, aspect_ratio
integer :: height, width, ng(2), red, green, blue, res1, res2, i
integer, allocatable :: idx(:,:)
type(timer) :: t
Expand Down
2 changes: 1 addition & 1 deletion example/example_ppm2.f90
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ program example_ppm2
type(colormap) :: cmap
integer(ik), allocatable :: px(:, :)
real(rk), allocatable :: Xg(:,:), z_values(:)
real(rk) :: z, center(3), inner_radius, outer_radius, aspect_ratio
real(rk) :: center(3), inner_radius, outer_radius, aspect_ratio
integer :: height, width, ng(2), red, green, blue, res1, res2, i
integer, allocatable :: idx(:,:)
type(timer) :: t
Expand Down

0 comments on commit 460a9b0

Please sign in to comment.