From e713154fa3248eaec37d90851d19a068371d5ad3 Mon Sep 17 00:00:00 2001 From: prascle Date: Thu, 7 Feb 2013 14:47:42 +0000 Subject: [PATCH] PR: distributed geom and smesh scripts: first step --- src/NETGENPlugin/NETGENPluginDC.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NETGENPlugin/NETGENPluginDC.py b/src/NETGENPlugin/NETGENPluginDC.py index e4eab1f..a826096 100644 --- a/src/NETGENPlugin/NETGENPluginDC.py +++ b/src/NETGENPlugin/NETGENPluginDC.py @@ -22,7 +22,7 @@ # Python API for the NETGEN meshing plug-in module. from smesh_algorithm import Mesh_Algorithm -from smesh import AssureGeomPublished, ParseParameters, IsEqual +from smeshDC import AssureGeomPublished, ParseParameters, IsEqual # import NETGENPlugin module if possible noNETGENPlugin = 0 -- 2.30.2