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/filtrez/lmdz_filtreg.F90

    r5113 r5116  
    433433
    434434    ! local variables:
    435     integer :: IP, IQ, I, J
    436     real :: SM, TRESH, G, H, T, THETA, C, S, TAU
    437     real :: B(N)
    438     real :: Z(N)
     435    INTEGER :: IP, IQ, I, J
     436    REAL :: SM, TRESH, G, H, T, THETA, C, S, TAU
     437    REAL :: B(N)
     438    REAL :: Z(N)
    439439
    440440    DO IP = 1, N
     
    558558  SUBROUTINE acc(vec, d, im)
    559559    IMPLICIT NONE
    560     integer :: im
    561     real :: vec(im, im), d(im)
    562     integer :: i, j
    563     real :: sum
     560    INTEGER :: im
     561    REAL :: vec(im, im), d(im)
     562    INTEGER :: i, j
     563    REAL :: sum
    564564    real, external :: ssum
    565565    do j = 1, im
     
    573573      enddo
    574574    enddo
    575     return
    576   end subroutine acc
     575    RETURN
     576  END SUBROUTINE acc
    577577
    578578
Note: See TracChangeset for help on using the changeset viewer.