occt: master 0bb1f113

Author Committer Branch Timestamp Parent
akz bugmaster master 2015-02-05 12:22:13 master f5fa6b33
Affected Issues  0025740: VrmlData_Scene::WriteArrIndex() writes extra point indices.
Changeset 0025740: VrmlData_Scene::WriteArrIndex() writes extra point indices.

Reason of bug: at the end of writing indices the "buf" was written double times.
Fix: At the end of operation skip one WriteLine.

Test case for issue CR25740
mod - src/VrmlData/VrmlData_Scene.cxx Diff File
add - tests/bugs/stlvrml/bug25740 Diff File