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

Go to the source code of this file.

Functions/Subroutines

subroutine ppxpy3 (dl, al, nel)

Function/Subroutine Documentation

◆ ppxpy3()

subroutine ppxpy3 ( dl,
al,
integer, intent(in) nel )

Definition at line 28 of file ppxpy3.F.

30C-----------------------------------------------
31C I m p l i c i t T y p e s
32C-----------------------------------------------
33#include "implicit_f.inc"
34C-----------------------------------------------
35C G l o b a l P a r a m e t e r s
36C-----------------------------------------------
37#include "mvsiz_p.inc"
38C-----------------------------------------------
39C C o m m o n B l o c k s
40C-----------------------------------------------
41C-----------------------------------------------
42C D u m m y A r g u m e n t s
43C-----------------------------------------------
44 INTEGER, INTENT(IN) :: NEL
45C REAL
46 my_real dl(*),al(mvsiz)
47C-----------------------------------------------
48C L o c a l V a r i a b l e s
49C-----------------------------------------------
50 INTEGER I
51C-----------------------------------------------
52 DO i=1,nel
53 al(i)=dl(i)
54 ENDDO
55!---
56 RETURN
#define my_real
Definition cppsort.cpp:32