We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 314edc6 commit bb8e4e4Copy full SHA for bb8e4e4
1 file changed
src/t8_schemes/t8_standalone/t8_standalone_implementation.hxx
@@ -648,7 +648,6 @@ struct t8_standalone_scheme
648
T8_ASSERT (0 <= level && level <= T8_ELEMENT_MAXLEVEL[TEclass]);
649
650
const t8_standalone_element<TEclass> *el = (const t8_standalone_element<TEclass> *) elem;
651
- t8_standalone_element<TEclass> ancestor;
652
const int length = element_get_len (level);
653
T8_ASSERT (0 <= el->level && el->level <= T8_ELEMENT_MAXLEVEL[TEclass]);
654
0 commit comments