Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: move null check to *before* dereferencing
cppcheck warned: nullPointerRedundantCheck,itkTimeVaryingVelocityFieldIntegrationImageFilter.hxx:67,warning,Either the condition '!input' is redundant or there is possible null pointer dereference: input. There is a slight behaviour change now: `m_NumberOfTimePoints` is no longer set if `input` is provided and `output` is not.
- Loading branch information