cmap_info should report the expected number of bundled colormaps.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(inout) | :: | id | |||
| integer, | intent(inout) | :: | nfail |
subroutine test_034(id, nfail) use forcolormap_info, only: cmap_info integer, intent(inout) :: id, nfail character(len=*), parameter :: name = "cmap_info: get_ncolormaps == 232" logical :: ok ok = (cmap_info%get_ncolormaps() == 232) call report_test(name, ok, id, nfail) end subroutine test_034