We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 495ff9f commit 2d2a118Copy full SHA for 2d2a118
1 file changed
colors/private/colors_utils.f90
@@ -566,7 +566,7 @@ end subroutine read_strings_from_file
566
! so a stale or truncated cube reports a clear message instead of failing
567
! later inside the Fortran runtime.
568
subroutine load_flux_cube(rq, stellar_model_dir)
569
- use iso_fortran_env, only: int64
+ use, intrinsic :: iso_fortran_env, only: int64
570
type(Colors_General_Info), intent(inout) :: rq
571
character(len=*), intent(in) :: stellar_model_dir
572
0 commit comments