#include "implicit_f.inc"
#include "com04_c.inc"
Go to the source code of this file.
|
| subroutine | parcut (ixc, nelcut) |
◆ parcut()
| subroutine parcut |
( |
integer, dimension(5,*) | ixc, |
|
|
integer | nelcut ) |
Definition at line 30 of file parcut.F.
31
32
33
34#include "implicit_f.inc"
35#include "com04_c.inc"
36
37
38
39 INTEGER IXC(5,*),NELCUT
40
41 INTEGER II(4),N,NS
42
43 ns=numnod-1
44 DO 80 n=1,nelcut
45 ii(1) = ixc(1,n)+ns
46 ii(2) = ixc(2,n)+ns
47 ii(3) = ixc(3,n)+ns
48 ii(4) = ixc(4,n)+ns
50 80 CONTINUE
51 RETURN
void write_i_c(int *w, int *len)