mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 10:10:33 +05:00
IPAL54303: CGNS export problems
more fix
This commit is contained in:
parent
76430457f1
commit
06f98b8021
@ -623,7 +623,7 @@ Driver_Mesh::Status DriverCGNS_Write::Perform()
|
||||
return addMessage( cg_get_error(), /*fatal = */true);
|
||||
|
||||
// write BC location
|
||||
if ( location != CGNS_ENUMV( Vertex ))
|
||||
if ( location != CGNS_ENUMV( Vertex ) || meshDim == 1 )
|
||||
{
|
||||
if ( cg_boco_gridlocation_write( _fn, iBase, iZone, iBC, location) != CG_OK )
|
||||
return addMessage( cg_get_error(), /*fatal = */false);
|
||||
|
Loading…
Reference in New Issue
Block a user