Salome HOME
update after merging trhe branches CEA_V3_0_x, OCC_V3_1_0_a1_x, and the main
[modules/med.git] / src / MEDMEM / MEDMEM_GenDriver.hxx
index c7a31b9776d72223400286ce3752e77646338ccd..19e5f9084944903741b6cb476a2d2120b6f77998 100644 (file)
@@ -4,7 +4,7 @@
 #include <string>
 
 #include "MEDMEM_define.hxx"
-#include "utilities.h"
+#include "MEDMEM_Utilities.hxx"
 
 /* Generic Read/Write Driver Class for Meshes & Fields */
 
@@ -18,7 +18,7 @@ using namespace std;
 namespace MEDMEM {
 
 /* Modify the following line to add a new driver type (step 1) */
-typedef enum { MED_DRIVER = 0, GIBI_DRIVER = 1, PORFLOW_DRIVER = 2, VTK_DRIVER = 254, NO_DRIVER = 255 } driverTypes;
+typedef enum { MED_DRIVER = 0, GIBI_DRIVER = 1, PORFLOW_DRIVER = 2, VTK_DRIVER = 254, ASCII_DRIVER = 3, NO_DRIVER = 255 } driverTypes;
 class GENDRIVER {
 
 protected :