mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-30 02:20:34 +05:00
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:
parent
809c265960
commit
a3bc9d737b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user