#include "implicit_f.inc"
Go to the source code of this file.
◆ create_line_from_surface()
| subroutine create_line_from_surface |
( |
type (set_) | clause, |
|
|
character(len=ncharfield) | keyset, |
|
|
integer | opt_a, |
|
|
integer | opt_e, |
|
|
type (set_scratch) | delbuf, |
|
|
logical | go_in_array ) |
Definition at line 33 of file create_line_from_surface.F.
35
36
37
41
42
43
44#include "implicit_f.inc"
45
46
47
48 INTEGER OPT_A,OPT_E
49 CHARACTER(LEN=NCHARFIELD):: KEYSET
50 TYPE (SET_) :: CLAUSE
51 TYPE (SET_SCRATCH) :: DELBUF
52 LOGICAL GO_IN_ARRAY
53
54
55
56 INTEGER IEXT
57
58
59
60
61 iext = 1
62 IF ( opt_a == 1 .OR. keyset == 'ALL' .OR.
63 . keyset == 'BOX' .OR.
64 . keyset == 'BOX2') iext = 2
65
66
68
69
70 RETURN
subroutine create_line_from_surface_ext_all(clause, iext, opt_e, delbuf, go_in_array)
integer, parameter ncharfield