mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-31 08:06:54 +08:00
Sync changes from upstream repository
Co-authored-by: Andrew le Bihan <andy@mcneel.com> Co-authored-by: Brian Gillespie <brian@mcneel.com> Co-authored-by: Dale Lear <dalelear@mcneel.com> Co-authored-by: Giulio Piacentino <giulio@mcneel.com> Co-authored-by: Greg Arden <greg@mcneel.com> Co-authored-by: Lars <lars@mcneel.com> Co-authored-by: Lowell <lowell@mcneelcom> Co-authored-by: Nathan Letwory <nathan@mcneel.com> Co-authored-by: Pierre Cuvilliers <pierre@mcneel.com> Co-authored-by: Tim Hemmelman <tim@mcneel.com>
This commit is contained in:
@@ -303,10 +303,10 @@ const ON_SubDVertex* ON_SubDVertexIdIterator::CurrentVertex() const
|
||||
//
|
||||
|
||||
void ON_SubDHeap::InitializeEdgeIdIterator(
|
||||
class ON_SubDEdgeIdIterator& vidit
|
||||
class ON_SubDEdgeIdIterator& eidit
|
||||
) const
|
||||
{
|
||||
vidit.ON_FixedSizePoolIterator::Create(&m_fspe);
|
||||
eidit.ON_FixedSizePoolIterator::Create(&m_fspe);
|
||||
}
|
||||
|
||||
void ON_SubDimple::InitializeEdgeIdIterator(
|
||||
|
||||
Reference in New Issue
Block a user