source: LMDZ6/branches/Amaury_dev/libf/dyn3d_common/misc_mod.F90 @ 5521

Last change on this file since 5521 was 5119, checked in by abarral, 11 months ago

enforce PRIVATE by default in several modules, expose PUBLIC as needed
move eigen.f90 to obsolete/
(lint) aslong the way

  • Property copyright set to
    Name of program: LMDZ
    Creation date: 1984
    Version: LMDZ5
    License: CeCILL version 2
    Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
    See the license file in the root directory
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 137 bytes
Line 
1module misc_mod
2  INTEGER,save :: itaumax
3  logical,save :: adjust
4  INTEGER,save :: ItCount
5  logical,save :: debug
6END MODULE misc_mod
Note: See TracBrowser for help on using the repository browser.