Salome HOME
Fix misprint: medcoupling is now a target from MEDCoupling but we need a target from MED
[samples/calculator.git] / src / CALCULATOR / CALCULATOR_TEST_WITHOUTIHM.py
index aafb8a133dd71b0581179b43d3f7279b210935b5..6a4af982bfd8b98193506524b14bc59bb1feaae8 100755 (executable)
@@ -42,8 +42,10 @@ orb, lcc, naming_service, contmgr = salome.salome_kernel.salome_kernel_init()
 #
 # This test program is based on the field named fieldcelldoublevector in 
 # med file $MED_ROOT_DIR/share/salome/resources/med/pointe.med
-filePath=os.environ["MED_ROOT_DIR"]
-filePath=filePath+"/share/salome/resources/med/"
+#filePath=os.environ["MED_ROOT_DIR"]
+filePath=os.environ["DATA_DIR"]
+filePath=filePath+"/MedFiles/"
+#filePath=filePath+"/share/salome/resources/med/"
 medFile=filePath+"pointe.med"
 fieldname = "fieldcelldoublevector"
 meshname = "maa1"