Skip to content
  • Sean McBride's avatar
    Fixed a bunch of clang-tidy misc-macro-parentheses warnings · a595ab8e
    Sean McBride authored
    This tool warns where macros should be using parens.
    Fixed many issues it pointed out by either:
     - adding parens (which it can do automatically)
     - removed unused (or rarely used) macros
     - replacing macros with functions, notably vtkMath stuff
    a595ab8e