#include "implicit_f.inc"
#include "mvsiz_p.inc"
Go to the source code of this file.
◆ s10pijto3()
| subroutine s10pijto3 |
( |
| px, |
|
|
| py, |
|
|
| pz, |
|
|
| pij, |
|
|
integer | nel ) |
Definition at line 29 of file s10pijto3.F.
30
31
32
33#include "implicit_f.inc"
34
35
36
37#include "mvsiz_p.inc"
38
39
40
41 INTEGER NEL,IP
43 . px(mvsiz,10),py(mvsiz,10),pz(mvsiz,10),
44 . pij(nel,3,10)
45
46
47
48 INTEGER I,J,K
49
50 DO j=1,10
51 DO i=1,nel
52 px(i,j) = pij(i,1,j)
53 py(i,j) = pij(i,2,j)
54 pz(i,j) = pij(i,3,j)
55 END DO
56 END DO
57
58 RETURN