remove unnecessary instantiations

release/4.3a0
Varun Agrawal 2021-12-20 21:14:11 -05:00
parent af598abc04
commit 384494dd8b
1 changed files with 0 additions and 4 deletions

View File

@ -26,10 +26,6 @@ using namespace std;
namespace gtsam { namespace gtsam {
// explicit instantiation
template class DecisionTree<Key, double>;
template class AlgebraicDecisionTree<Key>;
/* ************************************************************************* */ /* ************************************************************************* */
double Potentials::safe_div(const double& a, const double& b) { double Potentials::safe_div(const double& a, const double& b) {
// cout << boost::format("%g / %g = %g\n") % a % b % ((a == 0) ? 0 : (a / b)); // cout << boost::format("%g / %g = %g\n") % a % b % ((a == 0) ? 0 : (a / b));