Add a space after the solid keyword to make some readers happy.
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1302 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -166,7 +166,7 @@ write_stla(const std::string& _filename, BaseExporter& _be, Options /* _opt */)
|
|||||||
|
|
||||||
|
|
||||||
// header
|
// header
|
||||||
fprintf(out, "solid\n");
|
fprintf(out, "solid \n");
|
||||||
|
|
||||||
|
|
||||||
// write face set
|
// write face set
|
||||||
@@ -220,7 +220,7 @@ write_stla(std::ostream& _out, BaseExporter& _be, Options /* _opt */, std::strea
|
|||||||
|
|
||||||
|
|
||||||
// header
|
// header
|
||||||
_out << "solid\n";
|
_out << "solid \n";
|
||||||
|
|
||||||
|
|
||||||
// write face set
|
// write face set
|
||||||
|
|||||||
Reference in New Issue
Block a user