Skip to content
  • Jonas Hahnfeld's avatar
    Unify construction of Quadrilaterals · 99f7387a
    Jonas Hahnfeld authored
    The default constructor of Planes was marked for the device, but
    the constructor of Quadrilaterals was also marked for the host
    (despite having a different implementation there). Get rid of this
    problem by properly initializing the arrays in Quadrilaterals.
    99f7387a