Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyBourne committed Oct 3, 2023
1 parent 8d63f0b commit 5f1f9b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vendor/sll/include/sll/spline_evaluator_2d.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -384,10 +384,8 @@ class SplineEvaluator2D
{
ddc::Chunk<double, ddc::DiscreteDomain<BSplinesType1>> values1(
ddc::DiscreteDomain<BSplinesType1>(spline_coef.domain()));
DSpan1D vals1 = values1.allocation_mdspan();
ddc::Chunk<double, ddc::DiscreteDomain<BSplinesType2>> values2(
ddc::DiscreteDomain<BSplinesType2>(spline_coef.domain()));
DSpan1D vals2 = values2.allocation_mdspan();

ddc::discrete_space<bsplines_type1>().integrals(values1.span_view());
ddc::discrete_space<bsplines_type2>().integrals(values2.span_view());
Expand Down

0 comments on commit 5f1f9b2

Please sign in to comment.