-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
Align raster RGB extraction with wp kind alias
Problem
- Some raster routines use
real(real64)and localuse iso_fortran_env, only: real64instead of the project-preferredwpkind alias already imported at the module level. - This is inconsistent with repository guidelines and the rest of the raster code, and risks accidental kind mismatches if
wpis ever changed.
Scope
- Replace
real(real64)withreal(wp)in:src/backends/raster/fortplot_raster_rendering.f90subroutineraster_extract_rgb_datasrc/backends/raster/fortplot_raster.f90subroutineraster_extract_rgb_data_context
- Remove redundant inner
use iso_fortran_env, only: real64in those routines. - Use
_wpliterals for numeric constants.
Tests/Verification
- Build and run full fast test suite:
make test - Run artifact checks:
make verify-artifacts - No functional change expected; purely consistency/cleanup with style guide.
Metadata
Metadata
Assignees
Labels
No labels