Revision: | 283 |
Committed: | Tue Sep 13 21:11:20 2011 UTC (13 years, 8 months ago) by francois |
Content type: | text/plain |
File size: | 433 byte(s) |
Log Message: | structure de l'écriture |
# | User | Rev | Content |
---|---|---|---|
1 | francois | 283 | #define RECOVER -100 |
2 | #define MOSAIC 0 | ||
3 | #define SYSTUS 1 | ||
4 | #define ANSYS 4 | ||
5 | #define NASTRAN 5 | ||
6 | #define STARCD 6 | ||
7 | #define SUPERTAB 7 | ||
8 | #define MASTER_SERIES 8 | ||
9 | #define ACSIS 9 | ||
10 | |||
11 | #define MAILLAGE_FAUX -1000 | ||
12 | #define MAILLAGE_OK 1000 | ||
13 | |||
14 | #define LECTURE 1 | ||
15 | #define ERR_PREPARATION 2 | ||
16 | #define ERR_MAILLAGE 3 | ||
17 | #define ERR_ECRITURE 4 | ||
18 | #define NON_CONFORME 5 | ||
19 | #define ERR_NB_NODE 6 | ||
20 | |||
21 | |||
22 | |||
23 |