Salome HOME
SALOME Forum: Mesh export to UNV file does not work anymore with Salome 6.5
authoreap <eap@opencascade.com>
Mon, 13 Aug 2012 14:19:35 +0000 (14:19 +0000)
committereap <eap@opencascade.com>
Mon, 13 Aug 2012 14:19:35 +0000 (14:19 +0000)
http://www.salome-platform.org/forum/forum_14/379396441

  Fix format at writting

src/DriverUNV/UNV164_Structure.cxx

index 0fff1bdc541cd6795c079895d29ea5bb1650960e..a48520cdb5a24f61bf10832cfbe745bd091829e1 100644 (file)
@@ -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;