Go to the source code of this file.
◆ analyse_part_scan()
| void analyse_part_scan |
( |
int * | itab | ) |
|
Definition at line 50 of file analyse_part.c.
51{
52 int i;
53 int nbthick;
54 int thick_shell_part = 0;
55
57 {
58
60
61 if (nbthick == 1)
62 {
65
66 thick_shell_part++;
67 }
68 }
69
72}
void analyse_stack_int(int i)
void analyse_call_check(int id)
void analyse_call_error(int type, int id, int mode)
◆ analyse_part_set()
| void analyse_part_set |
( |
int | nod_id, |
|
|
int | type ) |
Definition at line 96 of file analyse_part.c.
97{
98
99
100
101
102 part_id = part_id - 1;
103
104 switch(type)
105 {
106 case CHECK_THICK_SHELL:
108 break;
109 }
110}