From c67cedd3fce3554fa6106704ae8129db925638c7 Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 1 Feb 2010 14:25:09 +0000 Subject: [PATCH] 020674: EDF 870 SMESH: Mesh generated by Netgen not usable by GHS3D * Rename HasDegenenaratedEdges() -> HasDegeneratedEdges() --- src/GHS3DPlugin_GHS3D.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GHS3DPlugin_GHS3D.cxx b/src/GHS3DPlugin_GHS3D.cxx index c340c3d..009f158 100644 --- a/src/GHS3DPlugin_GHS3D.cxx +++ b/src/GHS3DPlugin_GHS3D.cxx @@ -440,7 +440,7 @@ static bool writePoints (ofstream & theFile, // Issue 020674: EDF 870 SMESH: Mesh generated by Netgen not usable by GHS3D // The problem is in nodes on degenerated edges, we need to skip them - if ( theHelper.HasDegenenaratedEdges() ) + if ( theHelper.HasDegeneratedEdges() ) { // here we decrease total nb of nodes by nb of nodes on degenerated edges set checkedSM; -- 2.39.2