From a3bc9d737b842eeebc0e943919a39d977848e9fa Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 13 Aug 2012 14:19:35 +0000 Subject: [PATCH] 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 --- src/DriverUNV/UNV164_Structure.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2