X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FDriverMED%2FDriverMED_Family.cxx;h=80b343e227f762e04e5baf3c4d78e9f5581ebb0c;hb=ed582bafc289456d3632593df4606f06284ada7a;hp=2115c4e8bfce0eac2672f2c86d89deae9442c4a8;hpb=4101a1ce549537b58451d25379748e1b42c9b87c;p=modules%2Fsmesh.git diff --git a/src/DriverMED/DriverMED_Family.cxx b/src/DriverMED/DriverMED_Family.cxx index 2115c4e8b..80b343e22 100644 --- a/src/DriverMED/DriverMED_Family.cxx +++ b/src/DriverMED/DriverMED_Family.cxx @@ -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: ";