Skip to content
  • Sean McBride's avatar
    General code review of vtkMath: trivial & conservative · a440133b
    Sean McBride authored
    - prefer preincrement
    - always use {} with if statements
    - replaced a #define with a const
    - fixed some incorrect indentation
    - remove some extraneous semicolons and parentheses
    - removed dead tests
    - improved comments
    - added some consts
    a440133b