nileshkulkarni / csm

Code release for "Canonical Surface Mapping via Geometric Cycle Consistency"
https://nileshkulkarni.github.io/csm/
186 stars 31 forks source link

Remove unnecessary null pointer checks #9

Closed elfring closed 4 years ago

elfring commented 4 years ago

An extra null pointer check is not needed in functions like the following.

elfring commented 4 years ago

How do you think about to use a development tool like “clang-tidy” for corresponding source code adjustments?