Skip to content
Snippets Groups Projects
Commit 3057fa12 authored by Bertram Kopf's avatar Bertram Kopf
Browse files

bug fix in PVectorKPiSFocus

parent 8ef866f7
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ void PVectorKPiSFocus::evalMatrix(const double mass){
for (int i=0; i<thePVector.NumRows(); ++i){
complex<double> expiphiX(cos(_phaseProdVec[i]), sin(_phaseProdVec[i]));
this->operator()(i,0)=thePVector(i,0)+(_aProdVec[i]+_bProdVec[i]*s_hat+_bProdVec[i]*s_hat*s_hat)*expiphiX;
this->operator()(i,0)=thePVector(i,0)+(_aProdVec[i]+_bProdVec[i]*s_hat+_cProdVec[i]*s_hat*s_hat)*expiphiX;
}
}
......
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