#include "implicit_f.inc"
#include "com04_c.inc"
#include "param_c.inc"
#include "task_c.inc"
Go to the source code of this file.
◆ dparrbe3()
| subroutine dparrbe3 |
( |
integer, dimension(*) | lrbe3, |
|
|
integer, dimension(nrbe3l,*) | irbe3 ) |
Definition at line 30 of file dparrbe3.F.
31
32
33
34#include "implicit_f.inc"
35
36
37
38#include "com04_c.inc"
39#include "param_c.inc"
40#include "task_c.inc"
41
42
43
44 INTEGER IRBE3(NRBE3L,*),LRBE3(*)
45
46
47
48 INTEGER I, N,
49 . NMN, II(2)
50
51
52 IF (ispmd/=0) GOTO 100
53
54 DO i=1,nrbe3
55 nmn = irbe3(5,i)
56 ii(1) = irbe3(3,i) - 1
57 DO n=1,nmn
58 ii(2) = lrbe3(irbe3(1,i)+n)-1
60 ENDDO
61 ENDDO
62
63 100 CONTINUE
64 RETURN
void write_i_c(int *w, int *len)