mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-05-14 15:50:48 +05:00
fix interlace array of HEXA_27
This commit is contained in:
parent
553185b191
commit
765ce25ce9
@ -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,
|
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;
|
interlaces[SMDSEntity_TriQuad_Hexa] = ids;
|
||||||
cgTypes [SMDSEntity_TriQuad_Hexa] = CGNS_ENUMV( HEXA_27 );
|
cgTypes [SMDSEntity_TriQuad_Hexa] = CGNS_ENUMV( HEXA_27 );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user