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

Go to the source code of this file.

Functions/Subroutines

subroutine w_stack (igeo, geo, len_ig, len_g, len_ia, len_am, pm, len_pm)

Function/Subroutine Documentation

◆ w_stack()

subroutine w_stack ( integer, dimension(*) igeo,
geo,
integer len_ig,
integer len_g,
integer len_ia,
integer len_am,
pm,
integer len_pm )

Definition at line 29 of file w_stack.F.

30C-----------------------------------------------
31C I m p l i c i t T y p e s
32C-----------------------------------------------
33#include "implicit_f.inc"
34C-----------------------------------------------
35C D u m m y A r g u m e n t s
36C-----------------------------------------------
37 INTEGER IGEO(*), LEN_IG, LEN_G,LEN_IA,LEN_AM,LEN_PM
39 . geo(*),pm(*)
40C-----------------------------------------------
41C L o c a l V a r i a b l e s
42C-----------------------------------------------
43C
44 CALL write_i_c(igeo,len_ig)
45 len_ia = len_ia + len_ig
46C
47 CALL write_db(geo,len_g)
48 len_am = len_am + len_g
49C
50 CALL write_db(pm,len_pm)
51 len_am = len_am + len_pm
52C
53 RETURN
#define my_real
Definition cppsort.cpp:32
subroutine write_db(a, n)
Definition write_db.F:140
void write_i_c(int *w, int *len)