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

Go to the source code of this file.

Functions/Subroutines

subroutine mrdse2 (rr, nr, tt, nt, pp, ee)

Function/Subroutine Documentation

◆ mrdse2()

subroutine mrdse2 ( rr,
integer nr,
tt,
integer nt,
pp,
ee )

Definition at line 30 of file mrdse2.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 NR, NT
39C REAL
41 . rr(nr), tt(nt), pp(nr,nt), ee(nr,nt)
42C-----------------------------------------------
43C L o c a l V a r i a b l e s
44C-----------------------------------------------
45 INTEGER I, J, K, L
46C REAL
48 . b1, b2
49C
50 READ(31,*)
51 READ(31,'(5E15.0)')b1,b2,
52 + (rr(i),i=1,nr),(tt(j),j=1,nt),
53 + ((pp(k,l),k=1,nr),l=1,nt),
54 + ((ee(k,l),k=1,nr),l=1,nt)
55 RETURN
#define my_real
Definition cppsort.cpp:32