#include "implicit_f.inc"
Go to the source code of this file.
◆ w_outmaxn()
| subroutine w_outmaxn |
( |
integer, intent(in) | numnod_l, |
|
|
integer, intent(inout) | len_am ) |
Definition at line 31 of file w_outmaxn.F.
32
33
34
36
37
38
39#include "implicit_f.inc"
40
41
42
43 INTEGER , INTENT(IN) :: NUMNOD_L
44 INTEGER , INTENT(INOUT) :: LEN_AM
45
46
47
48 INTEGER I,LW
49 my_real,
DIMENSION(:),
ALLOCATABLE :: rtmp
50
51
53 IF (lw>0) THEN
54 ALLOCATE( rtmp(lw) )
55
56 rtmp=zero
57
59 len_am = len_am + lw
60 DEALLOCATE( rtmp )
61 END IF
62
63 RETURN
subroutine write_db(a, n)