Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[samples/calculator.git] / src / CALCULATOR / graphe1.py
index 37659be84162869ded26ec419f345b1ddb2d389c..f5bbf09d7c6f9e4ce049f795659768644bc90fbf 100644 (file)
@@ -76,7 +76,7 @@ def DefaNewDataFlow() :
     Pyinit_parameter.append( '    print "init_parameter : myStudyName = ", StudyName              ' )
     Pyinit_parameter.append( '    from os import environ                 ' )
     Pyinit_parameter.append( '    filePath=environ["MED_ROOT_DIR"]                 ' )
-    Pyinit_parameter.append( '    filePath=filePath+"/share/salome/resources/"                 ' )
+    Pyinit_parameter.append( '    filePath=filePath+"/share/salome/resources/med/"                 ' )
     Pyinit_parameter.append( '    fromMedFile=filePath+"pointe.med"                            ' )
     Pyinit_parameter.append( '    print "init_parameter : fromMedFile = ", fromMedFile                             ' )
     Pyinit_parameter.append( '    fromfieldname="fieldcelldouble"                     ' )