Salome HOME
PAL11988. add reverse connectivity for QUAD_EDGE
authoreap <eap@opencascade.com>
Tue, 28 Mar 2006 06:18:09 +0000 (06:18 +0000)
committereap <eap@opencascade.com>
Tue, 28 Mar 2006 06:18:09 +0000 (06:18 +0000)
src/SMESHGUI/SMESHGUI_AddQuadraticElementDlg.cxx

index f45e90b6c2c3cd956e116c93e742bcd8665c5d91..f21d81fd224ab543d68eed5a9f6a354ff8cab500 100644 (file)
@@ -91,6 +91,11 @@ namespace SMESH {
       conn = aConn;
       break;
     }
+    case QUAD_EDGE: {
+      static int aConn[] = {1,0,2};
+      conn = aConn;
+      break;
+    }
     default:;
     }
     if ( !conn ) {