Skip to content

Commit

Permalink
Removed qVS QAdder refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
FotisKalk committed May 16, 2024
1 parent 74050af commit 6781bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qvs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ void QStlsCSR::computeAdr() {

double QStlsCSR::getQAdder() const {
Integrator1D itg1(ItgType::DEFAULT, in.getIntError());
Integrator2D itg2(ItgType::DEFAULT, ItgType::DEFAULT, in.getIntError());
Integrator2D itg2(ItgType::SINGULAR, ItgType::DEFAULT, in.getIntError());
const bool segregatedItg = in.getInt2DScheme() == "segregated";
const vector<double> itgGrid = (segregatedItg) ? wvg : vector<double>();
const Interpolator1D ssfItp(wvg, ssf);
Expand Down

0 comments on commit 6781bcf

Please sign in to comment.