Salome HOME
PAL19680: Meshers: BLSURF, GHS3D and holed shapes
authoreap <eap@opencascade.com>
Thu, 8 May 2008 11:37:17 +0000 (11:37 +0000)
committereap <eap@opencascade.com>
Thu, 8 May 2008 11:37:17 +0000 (11:37 +0000)
    fix comment

src/GHS3DPlugin_GHS3D.cxx

index 91540a7687ecb23487a954dda26c5646921bd871..176d2476ee352344a80dc559f0165741266a5ac9 100644 (file)
@@ -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);