File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ extern "C" {
31
31
32
32
/** Types enum pour l'acces aux fichiers et la preparation
33
33
*/
34
- enum LM_FORMAT_FICHIER {
34
+ typedef enum LM_FORMAT_FICHIER {
35
35
/** Detection du format par le suffixe du nom du fichier.
36
36
* Formats utilises pour la lecture et l'ecriture */
37
37
LM_FF_SUFFIXE = 0 ,
@@ -89,14 +89,13 @@ extern "C" {
89
89
LM_FF_MALIPP2 = 15 ,
90
90
#endif
91
91
LM_FF_INCONNU
92
- };
93
- // typedef enum LM_FORMAT_FICHIER LM_FORMAT_FICHIER;
92
+ } LM_FORMAT_FICHIER ;
94
93
95
94
96
95
/** Niveau de preparation du maillage pour les codes
97
96
* (verification et traitement)
98
97
*/
99
- enum LM_PREPARATION {
98
+ typedef enum LM_PREPARATION {
100
99
/** Preparation minimale. Verification d'integrite uniquement.
101
100
Seul les donnees de base sont autorise en consultation */
102
101
LM_PR_MINIMALE = 1 ,
@@ -112,9 +111,7 @@ extern "C" {
112
111
LM_PR_BASE_3D = 6 ,
113
112
LM_PR_CODE_T = 7 ,
114
113
LM_PR_INCONNU
115
- };
116
- // typedef enum LM_PREPARATION LM_PREPARATION;
117
-
114
+ } LM_PREPARATION ;
118
115
119
116
120
117
#ifdef __INTERNE_MACHINE_TYPES
You can’t perform that action at this time.
0 commit comments