X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FDriverUNV%2FUNV2411_Structure.cxx;h=1e904ed855810c97fc4507f8b4ac0ad496cafc42;hb=84e136e74b2bc729df20617a9968439919337a55;hp=55ad1cec246128f5c5c467688240994953f246f1;hpb=cead6d7aed0b1608f4856745e8c00f3e0fba4e96;p=modules%2Fsmesh.git diff --git a/src/DriverUNV/UNV2411_Structure.cxx b/src/DriverUNV/UNV2411_Structure.cxx index 55ad1cec2..1e904ed85 100644 --- a/src/DriverUNV/UNV2411_Structure.cxx +++ b/src/DriverUNV/UNV2411_Structure.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2010 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -19,8 +19,9 @@ // // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // -#include -#include + +#include +#include #include "UNV2411_Structure.hxx" #include "UNV_Utilities.hxx" @@ -98,17 +99,17 @@ void UNV2411::Write(std::ofstream& out_stream, const TDataSet& theDataSet) const TRecord& aRec = anIter->second; char buf[78]; sprintf(buf, "%10d%10d%10d%10d\n", - aLabel, - aRec.exp_coord_sys_num, - aRec.disp_coord_sys_num, - aRec.color); + aLabel, + aRec.exp_coord_sys_num, + aRec.disp_coord_sys_num, + aRec.color); out_stream<