Skip to content
Snippets Groups Projects
Commit 2424a5a1 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

rm "p_"

parent ed995fe6
No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,8 @@
DecouplingApproximationStrategy::DecouplingApproximationStrategy(
const std::vector<FormFactorCoherentSum>& weighted_formfactors,
const IInterferenceFunction* p_iff, SimulationOptions sim_params, bool polarized)
: IInterferenceFunctionStrategy(weighted_formfactors, p_iff, sim_params, polarized)
const IInterferenceFunction* iff, SimulationOptions sim_params, bool polarized)
: IInterferenceFunctionStrategy(weighted_formfactors, iff, sim_params, polarized)
{
}
......
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