#include "implicit_f.inc"
#include "com04_c.inc"
Go to the source code of this file.
|
| subroutine | dparsrg (nsurg, nnwl, nodcut) |
◆ dparsrg()
| subroutine dparsrg |
( |
integer | nsurg, |
|
|
integer | nnwl, |
|
|
integer | nodcut ) |
Definition at line 29 of file dparsrg.F.
30
31
32
33#include "implicit_f.inc"
34
35
36
37#include "com04_c.inc"
38
39
40
41 INTEGER NSURG,NNWL,NODCUT
42
43
44
45 INTEGER ISRG, N1, II(4),
46 . I,J,K
47
48 n1 = numnod + nodcut + nsect + nrwall + nnwl
49 DO isrg=1,nsurg
50 DO i = 1,6
51 DO j = 1,7
52 DO k = 1,7
53 ii(1) = n1
54 ii(2) = n1 + 1
55 ii(3) = n1 + 9
56 ii(4) = n1 + 8
58 n1 = n1 + 1
59 ENDDO
60 n1 = n1 + 1
61 ENDDO
62 n1 = n1 + 8
63 ENDDO
64 END DO
65
66 RETURN
void write_i_c(int *w, int *len)