Skip to content

vtkTableBasedClipCases: Fix Clip case definition for Clang

Clang was considering that the .h and .cxx define in a different way the changed arrays because a variable was used in .h and a number was used in .cxx Now both use a variable.

@dgobbi

See comments for original discussion:

  1. !10714 (comment 1450921)
  2. !10714 (comment 1452038)

Merge request reports