From 90faf22d7d4cf9f88fdf99b4cea1df9678c17e17 Mon Sep 17 00:00:00 2001 From: eap Date: Thu, 8 May 2008 11:37:17 +0000 Subject: [PATCH] PAL19680: Meshers: BLSURF, GHS3D and holed shapes fix comment --- src/GHS3DPlugin_GHS3D.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GHS3DPlugin_GHS3D.cxx b/src/GHS3DPlugin_GHS3D.cxx index 91540a7..176d247 100644 --- a/src/GHS3DPlugin_GHS3D.cxx +++ b/src/GHS3DPlugin_GHS3D.cxx @@ -499,7 +499,7 @@ static bool writePoints (ofstream & theFile, //======================================================================= //function : findShapeID //purpose : find the solid corresponding to GHS3D sub-domain following -// the technique propsed in GHS3D manual in chapter +// the technique proposed in GHS3D manual in chapter // "B.4 Subdomain (sub-region) assignment" //======================================================================= @@ -685,7 +685,7 @@ static bool readResultFile(const int fileOpen, for (int i=0; i < nbTriangle; i++) { tabID[i] = 0; // find the solid corresponding to GHS3D sub-domain following - // the technique propsed in GHS3D manual in chapter + // the technique proposed in GHS3D manual in chapter // "B.4 Subdomain (sub-region) assignment" int nodeId1 = strtol(ptr, &ptr, 10); int nodeId2 = strtol(ptr, &ptr, 10); -- 2.39.2