Prevent scientific notation in --info output

This commit is contained in:
Alessandro Ranellucci 2016-08-28 12:10:18 +02:00
parent ade661ebf1
commit 3700950474

View File

@ -734,6 +734,7 @@ void
ModelObject::print_info() const
{
using namespace std;
cout << fixed;
cout << "[" << boost::filesystem::path(this->input_file).filename().string() << "]" << endl;
TriangleMesh mesh = this->raw_mesh();