The TELEMAC-MASCARET system  trunk
strche.f
Go to the documentation of this file.
1 ! *****************
2  SUBROUTINE strche
3 ! *****************
4 !
5 !
6 !***********************************************************************
7 ! BIEF V6P1 21/08/2010
8 !***********************************************************************
9 !
10 !brief DEPRECATED USE USER_STRCHE INSTEAD KEPT FOR RETRO
11 !+ COMPATIBILITY
12 !+ IF VARIABLE IN SPACE.
13 !
14 !history J-M HERVOUET (LNH)
15 !+ 01/10/96
16 !+ V5P2
17 !+
18 !
19 !history N.DURAND (HRW), S.E.BOURBAN (HRW)
20 !+ 13/07/2010
21 !+ V6P0
22 !+ Translation of French comments within the FORTRAN sources into
23 !+ English comments
24 !
25 !history N.DURAND (HRW), S.E.BOURBAN (HRW)
26 !+ 21/08/2010
27 !+ V6P0
28 !+ Creation of DOXYGEN tags for automated documentation and
29 !+ cross-referencing of the FORTRAN sources
30 !
31 !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32 !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33 !
34  USE bief
35 !
36 ! DECLARATIONS MUST BE ADAPTED TO EVERY CODE
37 ! THIS EXAMPLE APPLIES TO TELEMAC2D
38 !
39 ! USE DECLARATIONS_TELEMAC2D
40 !
42  IMPLICIT NONE
43 !
44 !+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
45 !
46 !
47 !+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
48 !
49 !
50 !-----------------------------------------------------------------------
51 !
52  CALL user_strche
53 !
54 !-----------------------------------------------------------------------
55 !
56  RETURN
57  END
subroutine user_strche
Definition: user_strche.f:4
subroutine strche
Definition: strche.f:4
Definition: bief.f:3