diff --git a/src/scattdata.cpp b/src/scattdata.cpp index e11b085048..e3c97512c3 100644 --- a/src/scattdata.cpp +++ b/src/scattdata.cpp @@ -114,7 +114,6 @@ ScattData::base_combine(size_t max_order, // Combine mult_numer and mult_denom into the combined multiplicity matrix xt::xtensor this_mult({groups, groups}, 1.); // TODO: Need to check this too - xt::xtensor this_mult({groups, groups}, 1.); for (int gin = 0; gin < groups; gin++) { for (int gout = 0; gout < groups; gout++) { if (std::abs(mult_denom(gin, gout)) > 0.0) {