Skip to content
Snippets Groups Projects

Rentroduce Vector::skip as Vector::leafIndex

Merged Oliver Sander requested to merge fix-vector-leaf-index into master
  1. Nov 09, 2019
    • Oliver Sander's avatar
      Rentroduce Vector::skip as Vector::leafIndex · 0ea5bc24
      Oliver Sander authored
      The 'skip' data member of the Vector class used to be abused for
      the leaf index of the vector, if that vector corresponds to an
      element facet in 3d.  By accident, that 'skip' field got removed
      in a recent commit.  Let's put it back in, but rename it to
      'leafIndex' now.  All it is used for nowadays is that leaf index.
      0ea5bc24
Loading