source: trunk/SOURCES/Hemin40_files/fake-routines-hemin40_mod.f90 @ 4

Last change on this file since 4 was 4, checked in by dumas, 10 years ago

initial import GRISLI trunk

File size: 788 bytes
Line 
1!> \file fake-routines-hemin40_mod.f90
2!! Module qui contient des routines vides
3!<
4
5!> \namespace fake_nor
6!! Module qui contient des routines vides
7!! \author ...
8!! \date ...
9!! @note Used module
10!! @note   - use module3D_phy
11!! @note   - use deform_declar
12!<
13
14
15module fake_nor
16
17use module3d_phy
18use deform_declar
19implicit none
20
21integer :: fake
22
23contains
24!____________________________________________________
25subroutine initial_heino
26
27if (itracebug.eq.1)  call tracebug(' Entree dans routine fake initial_heino')
28fake=1
29
30return
31end subroutine initial_heino
32
33!____________________________________________________
34subroutine track_change_T
35
36if (itracebug.eq.1)  call tracebug(' Entree dans routine fake track_change_T')
37fake=1
38return
39end subroutine track_change_T
40
41end module fake_nor
42!
Note: See TracBrowser for help on using the repository browser.