Skip to content
  • Kenneth Moreland's avatar
    Only print cell arrays that are valid · 364f4175
    Kenneth Moreland authored
    ConnectivityExplicitInternals::PrintSummary blindly attempted to print
    all of its arrays regardless of whether they are valid. Trying to print
    uninitialized arrays can be invalid in some circumstances. Instead,
    check to see of the arrays are valid before printing them out. (This can
    give you useful information anyway. There is a difference between an
    uninitialized array and one of zero length.)
    364f4175