Skip to content

Commit

Permalink
edit to some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgiuliani committed Apr 10, 2024
1 parent 38094ab commit dd1989d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/simsoptpp/surface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,6 @@ template<class Array>
void Surface<Array>::d2volume_by_dcoeffdcoeff_impl(Array& data) {
// this vectorized version of d2volume_by_dcoeffdcoeff computes the second derivative of
// the surface normal on the fly, which alleviates memory requirements.
// computation.
constexpr int simd_size = xsimd::simd_type<double>::size;
data *= 0.;
auto nor = this->normal();
Expand Down

0 comments on commit dd1989d

Please sign in to comment.