Skip to content

Commit

Permalink
Swept volumes debug mode bugfix (#138)
Browse files Browse the repository at this point in the history
* bugfix

* attribution
  • Loading branch information
sgsellan authored Jul 18, 2024
1 parent de33a51 commit 5337e95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cpp/swept_volume/sparse_continuation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ void sparse_continuation(const Eigen::RowVector3d p0, const std::vector<Eigen::R
//double time_seed = 0.0;
//std::cout << time_seed << std::endl;
double time_test;
// Thank you to Lars Lotter and Johannes Sebastian Mueller-Roemer for finding this bug
argmins.resize(std::max(argmins.size(), CI_vector.size() + 1));
argmins[CI_vector.size()].resize(8);
std::vector<double> argmins_cube;

Expand Down

0 comments on commit 5337e95

Please sign in to comment.