X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FDriverMED%2FDriverMED_Family.cxx;h=80b343e227f762e04e5baf3c4d78e9f5581ebb0c;hp=2c6a61719976edcf136e0b49a9f8295690753b4c;hb=f488d851d8497603ad57ba50438f6423c5f24993;hpb=6fae6dddb4668825724fe4f126b48e352df0c18d diff --git a/src/DriverMED/DriverMED_Family.cxx b/src/DriverMED/DriverMED_Family.cxx index 2c6a61719..80b343e22 100644 --- a/src/DriverMED/DriverMED_Family.cxx +++ b/src/DriverMED/DriverMED_Family.cxx @@ -193,10 +193,10 @@ list DriverMED_Family::MakeFamilies aFamilies.push_back(aFreeVolumesFam); } -// DriverMED_FamilyPtr aNullFam (new DriverMED_Family); -// aNullFam->SetId(0); -// aNullFam->myType = SMDSAbs_All; -// aFamilies.push_back(aNullFam); + DriverMED_FamilyPtr aNullFam (new DriverMED_Family); + aNullFam->SetId(0); + aNullFam->myType = SMDSAbs_All; + aFamilies.push_back(aNullFam); return aFamilies; } @@ -222,18 +222,21 @@ DriverMED_Family::GetFamilyInfo(const MED::PWrapper& theWrapper, } aValue = aStr.str(); - + /* MED::TStringVector anAttrDescs (1, ""); // 1 attribute with empty description, MED::TIntVector anAttrIds (1, myId); // Id=0, MED::TIntVector anAttrVals (1, myId); // Value=0 - + */ + MED::PFamilyInfo anInfo = theWrapper->CrFamilyInfo(theMeshInfo, aValue, myId, - myGroupNames, - anAttrDescs, - anAttrIds, - anAttrVals); + myGroupNames); +/* + anAttrDescs, + anAttrIds, + anAttrVals); +*/ // cout << endl; // cout << "Groups: ";