Ignore:
Timestamp:
Jul 23, 2024, 7:14:34 PM (8 weeks ago)
Author:
abarral
Message:

Replace 1DUTILS.h by module lmdz_1dutils.f90
Replace 1DConv.h by module lmdz_old_1dconv.f90 (it's only used by old_* files)
Convert *.F to *.f90
Fix gradsdef.h formatting
Remove unnecessary "RETURN" at the end of functions/subroutines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/ajsec.F90

    r2346 r5105  
    151151  END IF
    152152
    153   RETURN
     153
    154154END SUBROUTINE ajsec
    155155
     
    301301  END IF
    302302
    303   RETURN
     303
    304304END SUBROUTINE ajsec_convv2
    305305SUBROUTINE ajsec_old(paprs, pplay, t, d_t)
     
    394394  END DO
    395395
    396   RETURN
     396
    397397END SUBROUTINE ajsec_old
Note: See TracChangeset for help on using the changeset viewer.