Skip to content

GCC 7.1 was warning about invalid ConnectivityStructuredInternals states

In theory if you requested negative indices's or generated a structure with invalid point sizes the result of some operations would be in an invalid state. Gave the compiler hints that this states can't occur.

Merge request reports