OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
w_bid.F File Reference
#include "implicit_f.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine w_bid (len, len_am)

Function/Subroutine Documentation

◆ w_bid()

subroutine w_bid ( integer len,
integer len_am )

Definition at line 30 of file w_bid.F.

31C-----------------------------------------------
32C I m p l i c i t T y p e s
33C-----------------------------------------------
34#include "implicit_f.inc"
35C-----------------------------------------------
36C D u m m y A r g u m e n t s
37C-----------------------------------------------
38 INTEGER LEN, LEN_AM
39C-----------------------------------------------
40C L o c a l V a r i a b l e s
41C-----------------------------------------------
42 INTEGER I
44 . rtmp(len)
45C
46 DO i = 1, len
47 rtmp(i) = zero
48 END DO
49 CALL write_db(rtmp,len)
50 len_am = len_am + len
51C
52 RETURN
#define my_real
Definition cppsort.cpp:32
subroutine write_db(a, n)
Definition write_db.F:140