Salome HOME
Adjust to CVS HEAD modifications
[modules/smesh.git] / src / DriverUNV / UNV2412_Structure.hxx
index fc6c62558684520f45562a4b9f2174f2b2996512..0892c5f8515ffbddfd8bdd6c413a1ab708b7a3a7 100644 (file)
@@ -27,6 +27,8 @@
 
 namespace UNV2412{
   
+  typedef std::vector<int> 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<int> node_labels;  // node labels defining element
+    TNodeLabels node_labels;  // node labels defining element
 
     //FOR BEAM ELEMENTS ONLY
     int beam_orientation;  // beam orientation node number