mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 14:02:27 +00:00
Initialize ncount_total #7834
This commit is contained in:
@@ -32,6 +32,7 @@ WaveFrontOBJSerializer::WaveFrontOBJSerializer(const stream_or_filename& obj_fil
|
|||||||
, obj_stream(obj_filename)
|
, obj_stream(obj_filename)
|
||||||
, mtl_stream(mtl_filename)
|
, mtl_stream(mtl_filename)
|
||||||
, vcount_total(1)
|
, vcount_total(1)
|
||||||
|
, ncount_total(1)
|
||||||
{
|
{
|
||||||
obj_stream.stream << std::setprecision(settings.get<ifcopenshell::geometry::settings::FloatingPointDigits>().get());
|
obj_stream.stream << std::setprecision(settings.get<ifcopenshell::geometry::settings::FloatingPointDigits>().get());
|
||||||
mtl_stream.stream << std::setprecision(settings.get<ifcopenshell::geometry::settings::FloatingPointDigits>().get());
|
mtl_stream.stream << std::setprecision(settings.get<ifcopenshell::geometry::settings::FloatingPointDigits>().get());
|
||||||
|
|||||||
Reference in New Issue
Block a user