Skip to content

Commit

Permalink
[gar] lqr-problem : do not include hxx file in header
Browse files Browse the repository at this point in the history
  • Loading branch information
ManifoldFR committed Oct 16, 2024
1 parent c1bcd3c commit 7a89e72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions gar/include/aligator/gar/lqr-problem.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ std::ostream &operator<<(std::ostream &oss, const LQRKnotTpl<Scalar> &self) {
} // namespace gar
} // namespace aligator

#include "lqr-problem.hxx"

#ifdef ALIGATOR_ENABLE_TEMPLATE_INSTANTIATION
#include "lqr-problem.txx"
#endif
4 changes: 2 additions & 2 deletions gar/src/lqr-problem.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// @copyright Copyright (C) 2023 LAAS-CNRS, INRIA
#include "aligator/gar/lqr-problem.hpp"
/// @copyright Copyright (C) 2023-2024 LAAS-CNRS, INRIA
#include "aligator/gar/lqr-problem.hxx"

namespace aligator {
namespace gar {
Expand Down

0 comments on commit 7a89e72

Please sign in to comment.