#include "implicit_f.inc"
#include "vect07_c.inc"
Go to the source code of this file.
|
| subroutine | i24cor3 (x, irect, nsv, cand_e, cand_n, stf, stfn, gapv, igap, gap, gap_s, gap_m) |
◆ i24cor3()
| subroutine i24cor3 |
( |
| x, |
|
|
integer, dimension(4,*) | irect, |
|
|
integer, dimension(*) | nsv, |
|
|
integer, dimension(*) | cand_e, |
|
|
integer, dimension(*) | cand_n, |
|
|
| stf, |
|
|
| stfn, |
|
|
| gapv, |
|
|
integer | igap, |
|
|
| gap, |
|
|
| gap_s, |
|
|
| gap_m ) |
Definition at line 28 of file i24cor3.F.
31
32
33
34
35#include "implicit_f.inc"
36
37
38
39 INTEGER IGAP, IRECT(4,*), NSV(*), CAND_E(*), CAND_N(*)
41 . gap, x(3,*), stf(*), stfn(*), gapv(*), gap_s(*), gap_m(*)
42
43
44
45#include "vect07_c.inc"
46
47
48
49 INTEGER I,ISTF
50
51
52 IF(igap==0)THEN
53 DO i=lft,llt
54 gapv(i) = gap
55 ENDDO
56 ELSE
57 DO i=lft,llt
58 gapv(i) = gap_s(cand_n(i))+gap_m(cand_e(i))
59 ENDDO
60 ENDIF
61
62 istf = 0
63
64
65
66
67
68
69 RETURN