OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
i11cdcor3.F File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine i11cdcor3 (jlt, index, cand_m, cand_s, cand_m_n, cand_s_n)

Function/Subroutine Documentation

◆ i11cdcor3()

subroutine i11cdcor3 ( integer jlt,
integer, dimension(*) index,
integer, dimension(*) cand_m,
integer, dimension(*) cand_s,
integer, dimension(*) cand_m_n,
integer, dimension(*) cand_s_n )

Definition at line 30 of file i11cdcor3.F.

32C-----------------------------------------------
33C D u m m y A r g u m e n t s
34C-----------------------------------------------
35 INTEGER JLT, INDEX(*), CAND_M(*), CAND_S(*),
36 . CAND_M_N(*), CAND_S_N(*)
37C-----------------------------------------------
38C L o c a l V a r i a b l e s
39C-----------------------------------------------
40 INTEGER I
41C-----------------------------------------------
42C
43 DO i=1,jlt
44 cand_m_n(i) = cand_m(index(i))
45 cand_s_n(i) = cand_s(index(i))
46 ENDDO
47C
48 RETURN