From: eap Date: Mon, 13 Aug 2012 14:19:35 +0000 (+0000) Subject: SALOME Forum: Mesh export to UNV file does not work anymore with Salome 6.5 X-Git-Tag: V6_6_0a1~207 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a3bc9d737b842eeebc0e943919a39d977848e9fa;p=modules%2Fsmesh.git SALOME Forum: Mesh export to UNV file does not work anymore with Salome 6.5 http://www.salome-platform.org/forum/forum_14/379396441 Fix format at writting --- diff --git a/src/DriverUNV/UNV164_Structure.cxx b/src/DriverUNV/UNV164_Structure.cxx index 0fff1bdc5..a48520cdb 100644 --- a/src/DriverUNV/UNV164_Structure.cxx +++ b/src/DriverUNV/UNV164_Structure.cxx @@ -62,7 +62,7 @@ void UNV164::Write(std::ofstream& out_stream) EXCEPTION(runtime_error,"ERROR: Output file not good."); out_stream<<" -1" << endl; - out_stream<<" "<<_label_dataset << endl; + out_stream<<" "<<_label_dataset << endl; out_stream<<" 1 SI: Meter (newton) 2" << endl; out_stream<<" 1.0000000000000000E+0 1.0000000000000000E+0 1.0000000000000000E+0" << endl;