Skip to content

Commit

Permalink
Correct deletion location
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Nov 30, 2024
1 parent 77c6b06 commit c456e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ensmallen_bits/problems/dtlz/dtlz7_function.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ namespace test {
*/
arma::Row<typename MatType::elem_type> g(const MatType& coords)
{
size_t k = numVariables - numObjectives + 1;

// Convenience typedef.
typedef typename MatType::elem_type ElemType;
Expand All @@ -130,7 +131,6 @@ namespace test {
arma::Row<typename MatType::elem_type> h(
const MatType& coords, const arma::Row<typename MatType::elem_type>& G)
{
size_t k = numVariables - numObjectives + 1;

// Convenience typedef.
typedef typename MatType::elem_type ElemType;
Expand Down

0 comments on commit c456e8e

Please sign in to comment.