Skip to content

GrowExpansion() typo? #3

Description

@demic312

By

for (eindex = 0; eindex < e.Length; eindex++)

did you mean

for (eindex = 0; eindex < elen; eindex++) ?

I know it's not used further. Doesn't affect anything else. I was just reading through the code to understand it better.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions