]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
NRI : Typing error.
authornri <nri@opencascade.com>
Wed, 19 Nov 2003 08:24:25 +0000 (08:24 +0000)
committernri <nri@opencascade.com>
Wed, 19 Nov 2003 08:24:25 +0000 (08:24 +0000)
src/VISU_SWIG/visu.py

index ad6eba31385ad000182fdc0ac00b4af6b095b741..1cb4f7ce684e5acbe3e5c047871d1b317fe5267d 100644 (file)
@@ -227,7 +227,7 @@ def CreatePrsForMed(theVisu, theFileName, thePrsTypeList, thePictureDir, thePict
 
                             print "theVisu.ImportMed...",
                             aMedField = SObjectToObject(aTimeStampSObj)
-                            aResult = theVisu.ImportMedFiled(aMedField)
+                            aResult = theVisu.ImportMedField(aMedField)
                             if aResult is None : raise RuntimeError, "Error"
                             else : print "OK"
                             aVISUObjList.append(aResult)