Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Classes
Class List
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Typedefs
_
b
c
e
l
m
n
p
r
s
t
v
w
Enumerations
Enumerator
a
b
c
d
e
i
l
m
n
o
p
r
t
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
contrib
contact
clib
face_init.c
Go to the documentation of this file.
1
#include "
arith.h
"
2
3
face_init
(linetab,m,r)
4
LINE
linetab[
MAXEDGE
];
5
int
m;
6
int
r;
7
{
8
int
i,en;
9
10
en=0;
11
/* make rC2 face pointers among r edge */
12
for
(i=0; i<r; i++){
13
if
(i != m){
14
linetab[m].
face
[en]=i;
15
en += 1;
16
}
17
}
18
linetab[m].
face
[en]=
EMPTY
;
19
}
20
arith.h
face_init
face_init(linetab, int m, int r)
Definition:
face_init.c:3
line::face
int face[MAXRANK]
Definition:
arith.h:37
MAXEDGE
#define MAXEDGE
Definition:
arith.h:14
line
Definition:
arith.h:33
EMPTY
#define EMPTY
Definition:
arith.h:21
euslisp
Author(s): Toshihiro Matsui
autogenerated on Thu Jun 15 2023 02:06:43