#include "implicit_f.inc"
#include "scr14_c.inc"
Go to the source code of this file.
◆ r1tors()
| subroutine r1tors |
( |
| for, |
|
|
| tani, |
|
|
type(h3d_database) | h3d_data, |
|
|
integer, intent(in) | nel ) |
Definition at line 30 of file r1tors.F.
32
33
34
36
37
38
39#include "implicit_f.inc"
40
41
42
43 INTEGER, INTENT(IN) :: NEL
46 TYPE(H3D_DATABASE) :: H3D_DATA
47
48
49
50#include "scr14_c.inc"
51
52
53
54 INTEGER
55
56 IF (anim_ft(1) /= 0 .OR. h3d_data%UND_FORC /= 0) THEN
57 DO i=1,nel
59 tani(2,i)= zero
60 tani(3,i)= zero
61 tani(4,i)= zero
62 tani(5,i)= zero
63 tani(6,i)= zero
64 tani(7,i)= zero
65 tani(8,i)= zero
66 tani(9,i)= zero
67 ENDDO
68 ENDIF
69
70 RETURN
for(i8=*sizetab-1;i8 >=0;i8--)