#include "implicit_f.inc"
Go to the source code of this file.
|
| subroutine | w_bid (len, len_am) |
◆ w_bid()
| subroutine w_bid |
( |
integer | len, |
|
|
integer | len_am ) |
Definition at line 30 of file w_bid.F.
31
32
33
34#include "implicit_f.inc"
35
36
37
38 INTEGER LEN, LEN_AM
39
40
41
42 INTEGER I
44 . rtmp(len)
45
46 DO i = 1, len
47 rtmp(i) = zero
48 END DO
50 len_am = len_am + len
51
52 RETURN
subroutine write_db(a, n)