Ignore:
Timestamp:
Jul 24, 2024, 2:54:37 PM (2 months ago)
Author:
abarral
Message:

rename modules properly lmdz_*
move ismin, ismax, minmax into new lmdz_libmath.f90
(lint) uppercase fortran keywords

File:
1 edited

Legend:

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

    r5114 r5116  
    11module lmdz_coefpoly
    22
    3   IMPLICIT NONE
     3  IMPLICIT NONE; PRIVATE
     4  PUBLIC coefpoly
    45
    56contains
     
    2526    ! a0, a1, a2, a3.
    2627
    27     use nrtype, only: k8
     28    use nrtype, ONLY: k8
    2829
    2930    REAL(K8), intent(in) :: xf1, xf2, xprim1, xprim2, xtild1, xtild2
Note: See TracChangeset for help on using the changeset viewer.