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

Go to the source code of this file.

Functions/Subroutines

subroutine i7cdcor3 (jlt, index, cand_e, cand_n, cand_e_n, cand_n_n)

Function/Subroutine Documentation

◆ i7cdcor3()

subroutine i7cdcor3 ( integer jlt,
integer, dimension(*) index,
integer, dimension(*) cand_e,
integer, dimension(*) cand_n,
integer, dimension(*) cand_e_n,
integer, dimension(*) cand_n_n )

Definition at line 36 of file i7cdcor3.F.

38C============================================================================
39C cette routine est appelee par : I10MAINF(/int10/i10mainf.F)
40C I7MAINF(/int7/i7mainf.F)
41C----------------------------------------------------------------------------
42C cette routine appelle : -
43C============================================================================
44C-----------------------------------------------
45C D u m m y A r g u m e n t s
46C-----------------------------------------------
47 INTEGER JLT, INDEX(*), CAND_E(*), CAND_N(*),
48 . CAND_E_N(*), CAND_N_N(*)
49C-----------------------------------------------
50C L o c a l V a r i a b l e s
51C-----------------------------------------------
52 INTEGER I
53C-----------------------------------------------
54C
55 !initialization of local buffer (1:MVSIZ)
56 DO i=1,jlt
57 cand_e_n(i) = cand_e(index(i))
58 cand_n_n(i) = cand_n(index(i))
59 ENDDO
60C
61 RETURN