Skip to content

Commit

Permalink
Make sure we return something.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub authored and gadomski committed Feb 5, 2020
1 parent 1f3637e commit bf98bf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gauss_transform_fgt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,7 @@ std::unique_ptr<fgt::Transform> GaussTransformFgt::create_transform(
new fgt::DirectTree(points, bandwidth, m_epsilon));
}
}
return nullptr;
}

} // namespace cpd

0 comments on commit bf98bf0

Please sign in to comment.