#include "implicit_f.inc"
#include "vect01_c.inc"
#include "param_c.inc"
Go to the source code of this file.
|
| subroutine | m24in2 (pm, ix, ang, sf, vk0, rob, nel) |
◆ m24in2()
| subroutine m24in2 |
( |
| pm, |
|
|
integer, dimension(7,*) | ix, |
|
|
| ang, |
|
|
| sf, |
|
|
| vk0, |
|
|
| rob, |
|
|
integer | nel ) |
Definition at line 29 of file m24in2.F.
30
31
32
33#include "implicit_f.inc"
34
35
36
37#include "vect01_c.inc"
38#include "param_c.inc"
39
40
41
42 INTEGER IX(7,*),NEL
43
45 . pm(npropm,*), ang(nel,6), sf(nel,3), vk0(nel), rob(nel)
46
47
48
49 INTEGER I, IG, MX
50
51
52
53 DO i=lft,llt
54 ang(i,1)=one
55 ang(i,2)=zero
56 ang(i,3)=zero
57 ang(i,4)=zero
58 ang(i,5)=one
59 ang(i,6)=zero
60 ENDDO
61
62 mx = ix(1,1+nft)
63 sf(1:nel,1:3) = -one
64 vk0(1:nel) = pm(46,mx)
65 rob(1:nel) = pm(30,mx)
66
67 RETURN