Skip to content

Commit

Permalink
example/demo.f90: removed an unused array
Browse files Browse the repository at this point in the history
  • Loading branch information
vmagnin committed Mar 5, 2024
1 parent d4a4866 commit 84853d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/demo.f90
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
! SOFTWARE.
!-------------------------------------------------------------------------------
! Contributed by vmagnin: 2023-09-26
! Last modification: gha3mi 2024-01-28, vmagnin 2024-03-01
! Last modification: gha3mi 2024-01-28, vmagnin 2024-03-05
!-------------------------------------------------------------------------------

!> This example will create colorbar files for each available colormap and
Expand All @@ -34,7 +34,6 @@ program demo

integer :: i
type(Colormap) :: cmap, custom_cmap
integer, allocatable :: colors(:,:)

!> A discrete colormap with 8 levels, by @alozada, resembling the color
!> changes in red cabbage (containing Anthocyanins) with pH:
Expand Down

0 comments on commit 84853d5

Please sign in to comment.