Skip to content
Snippets Groups Projects
Commit 3d0d596d authored by BaM's avatar BaM
Browse files

dlc msg commit

git-svn-id: svn+ssh://svn.in2p3.fr/class@400 0e7d625b-0364-4367-a6be-d5be4a48d228
parent 516aec5e
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ double EQM_QUAD_PWR_MOX::GetFissileMolarFraction(IsotopicVector Fissile,Isotopic
PuCompo[2] += Fissile.GetZAIIsotopicQuantity(ZAIList[5])/Sum;
double A = 0;
if(PuCompo[0] <= PuCompo[2] && PuCompo[0] <= PuCompo[4] && PuCompo[1] + PuCompo[3] >= 40 && PuCompo[1] >0 )
if(PuCompo[0] <= PuCompo[2] && PuCompo[0] <= PuCompo[4] && PuCompo[1] + PuCompo[3] >= 0.40 && PuCompo[1] >0 )
{
int par = 0;
for(int j = 0 ; j < 5 ; j++)
......@@ -127,6 +127,10 @@ double EQM_QUAD_PWR_MOX::GetFissileMolarFraction(IsotopicVector Fissile,Isotopic
}
A += fFuelParameter[par];
}
else
{
cout << "oups dans le cul" << endl;
}
return A;
}
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