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

Go to the source code of this file.

Functions/Subroutines

subroutine i21reset (nsn, irtlm, csts)

Function/Subroutine Documentation

◆ i21reset()

subroutine i21reset ( integer nsn,
integer, dimension(2,*) irtlm,
csts )

Definition at line 28 of file i21reset.F.

29C-----------------------------------------------
30C I m p l i c i t T y p e s
31C-----------------------------------------------
32#include "implicit_f.inc"
33C-----------------------------------------------
34C D u m m y A r g u m e n t s
35C-----------------------------------------------
36 INTEGER NSN, IRTLM(2,*)
37C REAL
38 my_real
39 . csts(2,*)
40C-----------------------------------------------
41C L o c a l V a r i a b l e s
42C-----------------------------------------------
43 INTEGER N
44C-----------------------------------------------
45C S o u r c e L i n e s
46C-----------------------------------------------
47 DO n=1,nsn
48 irtlm(1,n)=0
49 csts(1,n) =-one
50 csts(2,n) =-one
51 END DO
52C
53 RETURN
#define my_real
Definition cppsort.cpp:32