// now allocate the needed space
for (unsigned int vertex=0; vertex<tria->vertices.size(); ++vertex)
{
+//TODO: These conditions are violated on unused vertices
Assert (min_level[vertex] < tria->n_levels(), ExcInternalError());
Assert (max_level[vertex] >= min_level[vertex], ExcInternalError());
// now allocate the needed space
for (unsigned int vertex=0; vertex<tria->vertices.size(); ++vertex)
{
+//TODO: These conditions are violated on unused vertices
Assert (min_level[vertex] < tria->n_levels(), ExcInternalError());
Assert (max_level[vertex] >= min_level[vertex], ExcInternalError());
// now allocate the needed space
for (unsigned int vertex=0; vertex<tria->vertices.size(); ++vertex)
{
+//TODO: These conditions are violated on unused vertices
Assert (min_level[vertex] < tria->n_levels(), ExcInternalError());
Assert (max_level[vertex] >= min_level[vertex], ExcInternalError());