Skip to content

Commit 5dd3235

Browse files
committed
contact-cholesky: Remove explicit template declaration from .txx
1 parent 19f8a9a commit 5dd3235

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

include/pinocchio/algorithm/contact-cholesky.txx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -101,16 +101,6 @@ namespace pinocchio
101101
ContactCholeskyDecompositionTpl<context::Scalar, context::Options>::inverse<context::MatrixXs>(
102102
const Eigen::MatrixBase<context::MatrixXs> &) const;
103103

104-
extern template PINOCCHIO_EXPLICIT_INSTANTIATION_DECLARATION_DLLAPI bool
105-
ContactCholeskyDecompositionTpl<context::Scalar, context::Options>::
106-
operator== <context::Scalar, context::Options>(
107-
const ContactCholeskyDecompositionTpl<context::Scalar, context::Options> &) const;
108-
109-
extern template PINOCCHIO_EXPLICIT_INSTANTIATION_DECLARATION_DLLAPI bool
110-
ContactCholeskyDecompositionTpl<context::Scalar, context::Options>::
111-
operator!= <context::Scalar, context::Options>(
112-
const ContactCholeskyDecompositionTpl<context::Scalar, context::Options> &) const;
113-
114104
PINOCCHIO_COMPILER_DIAGNOSTIC_POP
115105

116106
} // namespace pinocchio

0 commit comments

Comments
 (0)