X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FDriverUNV%2FUNV2412_Structure.cxx;h=cac7a91d7cf241ba8f49e88c5fa39a27e102fd50;hb=57b43b4d010e2d0a1529d3c131bbb9d416e63258;hp=2be3319f3e4e8013a4472204654f9b07a33fdf7c;hpb=06c42e9c9528a8d54fed01e266c949676fa0d929;p=modules%2Fsmesh.git diff --git a/src/DriverUNV/UNV2412_Structure.cxx b/src/DriverUNV/UNV2412_Structure.cxx index 2be3319f3..cac7a91d7 100644 --- a/src/DriverUNV/UNV2412_Structure.cxx +++ b/src/DriverUNV/UNV2412_Structure.cxx @@ -63,7 +63,7 @@ void UNV2412::Read(std::ifstream& in_stream, TDataSet& theDataSet) // end of dataset is reached break; } - + int n_nodes; TRecord aRec; in_stream>>aRec.fe_descriptor_id; @@ -143,8 +143,9 @@ void UNV2412::Write(std::ofstream& out_stream, const TDataSet& theDataSet) bool UNV2412::IsBeam(int theFeDescriptorId){ switch (theFeDescriptorId){ case 11: // edge with 2 nodes - case 21: // edge with 3 nodes (quadratic) - case 22: + case 21: + case 22: // edge with 3 nodes + case 23: // curved beam case 24: case 25: return true;