Salome HOME
fix interlace array of HEXA_27
authoreap <eap@opencascade.com>
Mon, 24 Sep 2012 11:14:08 +0000 (11:14 +0000)
committereap <eap@opencascade.com>
Mon, 24 Sep 2012 11:14:08 +0000 (11:14 +0000)
src/DriverCGNS/DriverCGNS_Write.cxx

index 517a56f25afe361d8d45c93e042b7fd11926fcdc..edc474163b16f1616b63caf4a6502ab4990054e6 100644 (file)
@@ -139,7 +139,7 @@ namespace
       }
       {
         static int ids[] = { 0,3,2,1,4,7,6,5,11,10,9,8,12,15,14,13,19,18,17,16,
-                             20, 24,23,22,21, 25};
+                             20, 24,23,22,21, 25, 26};
         interlaces[SMDSEntity_TriQuad_Hexa] = ids;
         cgTypes   [SMDSEntity_TriQuad_Hexa] = CGNS_ENUMV( HEXA_27 );
       }