From aca26829e40dcdef67081a026cc92f0494d1bc39 Mon Sep 17 00:00:00 2001 From: prascle Date: Thu, 7 Feb 2013 14:44:01 +0000 Subject: [PATCH] PR: distributed geom and smesh scripts: first step --- src/BLSURFPlugin/BLSURFPluginDC.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BLSURFPlugin/BLSURFPluginDC.py b/src/BLSURFPlugin/BLSURFPluginDC.py index c7b5568..9e4787c 100644 --- a/src/BLSURFPlugin/BLSURFPluginDC.py +++ b/src/BLSURFPlugin/BLSURFPluginDC.py @@ -22,7 +22,7 @@ # Python API for the BLSURF meshing plug-in module. from smesh_algorithm import Mesh_Algorithm -from smesh import AssureGeomPublished +from smeshDC import AssureGeomPublished # Topology treatment way of BLSURF FromCAD, PreProcess, PreProcessPlus, PreCAD = 0,1,2,3 -- 2.39.2