X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FDriverUNV%2FUNV2412_Structure.hxx;h=0892c5f8515ffbddfd8bdd6c413a1ab708b7a3a7;hp=fc6c62558684520f45562a4b9f2174f2b2996512;hb=2ac338d5787e31ab89824bf36610920e022c21f7;hpb=c3bf92bd87b770fd81631a3853f7f5bb1ac6a4e8 diff --git a/src/DriverUNV/UNV2412_Structure.hxx b/src/DriverUNV/UNV2412_Structure.hxx index fc6c62558..0892c5f85 100644 --- a/src/DriverUNV/UNV2412_Structure.hxx +++ b/src/DriverUNV/UNV2412_Structure.hxx @@ -27,6 +27,8 @@ namespace UNV2412{ + typedef std::vector TNodeLabels; // Nodal connectivities + struct TRecord{ TRecord(); @@ -34,7 +36,7 @@ namespace UNV2412{ int phys_prop_tab_num; // physical property table number int mat_prop_tab_num; // material property table number int color; // color - std::vector node_labels; // node labels defining element + TNodeLabels node_labels; // node labels defining element //FOR BEAM ELEMENTS ONLY int beam_orientation; // beam orientation node number