#include "implicit_f.inc"
#include "com01_c.inc"
#include "com04_c.inc"
#include "param_c.inc"
Go to the source code of this file.
◆ dparrbe2()
| subroutine dparrbe2 |
( |
integer, dimension(*) | lrbe2, |
|
|
integer, dimension(nrbe2l,*) | irbe2 ) |
Definition at line 30 of file dparrbe2.F.
31
32
33
34#include "implicit_f.inc"
35
36
37
38#include "com01_c.inc"
39#include "com04_c.inc"
40#include "param_c.inc"
41
42
43
44 INTEGER IRBE2(NRBE2L,*),LRBE2(*)
45
46
47
48 INTEGER I, N,
49 . NSN, II(2)
50
51
52 IF (nspmd > 1) GOTO 100
53
54 DO i=1,nrbe2
55 nsn = irbe2(5,i)
56 ii(1) = irbe2(3,i) - 1
57 DO n=1,nsn
58 ii(2) = lrbe2(irbe2(1,i)+n)-1
60 ENDDO
61 ENDDO
62
63 100 CONTINUE
64 RETURN
void write_i_c(int *w, int *len)