From dd1989d1268ef84d406a6c523c9a624e412647a3 Mon Sep 17 00:00:00 2001 From: Andrew Giuliani Date: Wed, 10 Apr 2024 15:19:21 -0400 Subject: [PATCH] edit to some comments --- src/simsoptpp/surface.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/simsoptpp/surface.cpp b/src/simsoptpp/surface.cpp index ae6c1692c..0be8b042e 100644 --- a/src/simsoptpp/surface.cpp +++ b/src/simsoptpp/surface.cpp @@ -652,7 +652,6 @@ template void Surface::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::size; data *= 0.; auto nor = this->normal();