Ignore:
Timestamp:
Jul 24, 2024, 4:23:34 PM (2 months ago)
Author:
abarral
Message:

rename modules properly lmdz_*
move some unused files to obsolete/
(lint) uppercase fortran keywords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/misc/lmdz_coefpoly.f90

    r5116 r5117  
    2626    ! a0, a1, a2, a3.
    2727
    28     use nrtype, ONLY: k8
     28    USE lmdz_physical_constants, ONLY: k8
    2929
    30     REAL(K8), intent(in) :: xf1, xf2, xprim1, xprim2, xtild1, xtild2
    31     REAL(K8), intent(out) :: a0, a1, a2, a3
     30    REAL(K8), INTENT(IN) :: xf1, xf2, xprim1, xprim2, xtild1, xtild2
     31    REAL(K8), INTENT(OUT) :: a0, a1, a2, a3
    3232
    3333    ! Local:
Note: See TracChangeset for help on using the changeset viewer.