Skip to content

Commit

Permalink
Fixup: Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
joaorebelo-megum committed Apr 17, 2024
1 parent 907b8ed commit a225f3a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +883,7 @@ void BinaryWithGravitationalWavesVariables<
using boost::math::interpolators::cardinal_cubic_hermite;

for (size_t i = 0; i < 3; ++i) {
// static_cast being used because boost requires non-const arrays
interpolation_position_left.at(i) = cardinal_cubic_hermite(
static_cast<std::vector<double>>(past_position_left.at(i)),
static_cast<std::vector<double>>(past_dt_position_left.at(i)),
Expand Down

0 comments on commit a225f3a

Please sign in to comment.