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
This commit is contained in:
eap 2012-08-13 14:19:35 +00:00
parent 809c265960
commit a3bc9d737b

View 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;