Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JanFSchulte committed Feb 22, 2018
1 parent a511f7f commit c6ee725
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -296,8 +296,8 @@ std::unique_ptr<TrackingRegion> AreaSeededTrackingRegionsBuilder::Builder::regio
}
// Have to retun nullptr here to ensure that we always return something
return nullptr;
}

}
else{
const auto x = std::cos(meanPhi);
const auto y = std::sin(meanPhi);
Expand Down

0 comments on commit c6ee725

Please sign in to comment.