From 3d0d596d547b89129f1d3da3539f5f6dde962fba Mon Sep 17 00:00:00 2001 From: Baptiste Mouginot <mouginot.baptiste@gmail.com> Date: Fri, 24 Oct 2014 10:42:53 +0000 Subject: [PATCH] dlc msg commit git-svn-id: svn+ssh://svn.in2p3.fr/class@400 0e7d625b-0364-4367-a6be-d5be4a48d228 --- .../branches/CLASSV3/Model/Equivalence/EQM_QUAD_PWR_MOX.cxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/branches/CLASSV3/Model/Equivalence/EQM_QUAD_PWR_MOX.cxx b/source/branches/CLASSV3/Model/Equivalence/EQM_QUAD_PWR_MOX.cxx index 6ee873970..d242af854 100644 --- a/source/branches/CLASSV3/Model/Equivalence/EQM_QUAD_PWR_MOX.cxx +++ b/source/branches/CLASSV3/Model/Equivalence/EQM_QUAD_PWR_MOX.cxx @@ -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; } -- GitLab