Salome HOME
fix conflict
[tools/medcoupling.git] / src / MEDLoader / MEDFileFieldOverView.hxx
index ef2fc77588fd212b9ddae4c6db20587b48ef98a1..25384f4bd20aea781227952157b3689950fd1b4b 100644 (file)
@@ -241,7 +241,7 @@ namespace ParaMEDMEM
   class MEDFileField1TSStructItem : public BigMemoryObject
   {
   public:
-    MEDFileField1TSStructItem() { }
+    MEDFileField1TSStructItem():_computed(false),_type(ON_CELLS) { }
     MEDFileField1TSStructItem(TypeOfField a, const std::vector< MEDFileField1TSStructItem2 >& b);
     void checkWithMeshStruct(const MEDFileMeshStruct *mst, const MEDFileFieldGlobsReal *globs);
     bool operator==(const MEDFileField1TSStructItem& other) const;