Skip to content
Snippets Groups Projects
Commit 4eca3911 authored by Jose Borreguero's avatar Jose Borreguero
Browse files

Refs #15929 Remove comments

parent 736b83fa
No related merge requests found
......@@ -215,10 +215,6 @@ void PDFFourierTransform::exec() {
}
if (soqType == S_OF_Q_MINUS_ONE) {
g_log.information() << "Multiplying all values by Q\n";
// error propagation
// for (size_t i = 0; i < inputDfOfQ.size(); ++i) {
// inputDfOfQ[i] = inputQ[i] * inputDfOfQ[i] + inputFOfQ[i] * inputDQ[i];
//}
// convert the function
std::transform(inputFOfQ.begin(), inputFOfQ.end(), inputQ.begin(),
inputFOfQ.begin(), std::multiplies<double>());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment