vmagnin / forcolormap

A Fortran library for colormaps
https://vmagnin.github.io/forcolormap/
MIT License
21 stars 4 forks source link

The subroutine test_colormap() is duplicated in several examples #35

Closed vmagnin closed 7 months ago

vmagnin commented 7 months ago

The subroutine test_colormap() is duplicated in these examples:

It could be included into the Colormap class. Another solution could be to create a Colormap_test class.