/[lmdze]/trunk/dyn3d/unit_nml_m.f90
ViewVC logotype

Annotation of /trunk/dyn3d/unit_nml_m.f90

Parent Directory Parent Directory | Revision Log Revision Log


Revision 328 - (hide annotations)
Thu Jun 13 14:40:06 2019 UTC (5 years ago) by guez
File size: 354 byte(s)
Change all `.f` suffixes to `.f90`. (The opposite was done in revision
82.)  Because of change of philosopy in GNUmakefile: we already had a
rewritten rule for `.f`, so it does not make the makefile longer to
replace it by a rule for `.f90`. And it spares us options of
makedepf90 and of the compiler. Also we prepare the way for a simpler
`CMakeLists.txt`.

1 guez 57 module unit_nml_m
2    
3     implicit none
4    
5 guez 276 integer, protected:: unit_nml
6     ! logical unit number for file containing used namelists
7 guez 57
8 guez 276 contains
9    
10     subroutine set_unit_nml
11    
12     use jumble, only: new_unit
13    
14     !--------------------------------------------------------------
15    
16     call new_unit(unit_nml)
17    
18     end subroutine set_unit_nml
19    
20 guez 57 end module unit_nml_m

  ViewVC Help
Powered by ViewVC 1.1.21