Skip to content

Commit

Permalink
example/demo.f90: fixes a typo in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vmagnin committed Oct 31, 2023
1 parent 248ef16 commit df7d18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/demo.f90
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ program demo
print '("Colormap ", A30, " has ", I0, " levels")', trim(cmap%get_name()), cmap%get_levels()
end do

! Cubehelix can also accept other paramaters (varargs array):
! Cubehelix can also accept other parameters (varargs array):
call cmap%set("cubehelix", 0.0_wp, 2.0_wp, 1024, [0.5_wp, -1.0_wp, 1.0_wp, 1.0_wp])
! We change the name for the output test files:
call cmap%colorbar('cubehelix_customized_colorbar', encoding='binary')
Expand Down

0 comments on commit df7d18d

Please sign in to comment.