]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
NPAL16809 bug with select GaussPoint from PickingDlg
authordmv <dmv@opencascade.com>
Wed, 23 Apr 2008 15:08:27 +0000 (15:08 +0000)
committerdmv <dmv@opencascade.com>
Wed, 23 Apr 2008 15:08:27 +0000 (15:08 +0000)
src/CONVERTOR/VISU_MedConvertor.cxx

index b10aa67e5ab5f0df6a341a870b9f1de4cb13c19e..1cdb4f0d61bdf99b24d66ae8906332a4771f2761 100644 (file)
@@ -1278,6 +1278,7 @@ namespace VISU
   ::Init(const MED::PElemInfo& theElemInfo,
         MED::EVersion theVersion)
   {
+    myVersion = theVersion;
     myIsElemNum = theElemInfo->IsElemNum();
     if(myIsElemNum)
       myElemNum = theElemInfo->myElemNum;