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

bug fix for setting prefactors for production amplitudes

parent c93705a4
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ void pbarpEnv::setup(pbarpParser* thePbarpParser){
std::shared_ptr<AbsDecay> currentDec=_prodDecList->decay(currentAmplitudeName);
if(0!=currentDec){
// currentDec->setPreFactor(currentPrefactor);
currentDec->setPreFactor(currentPrefactor);
// Info << "Set prefactor " << currentPrefactor << " for amplitude " << currentAmplitudeName << endmsg;
currentDec->disableIsospin();
Info << "Disable isospin coupling and set prefactor " << currentPrefactor << " for amplitude " << currentAmplitudeName << endmsg;
......
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