Skip to content
Snippets Groups Projects
Commit a88a1791 authored by Baptiste LENIAU's avatar Baptiste LENIAU
Browse files

add debug info

git-svn-id: svn+ssh://svn.in2p3.fr/class@725 0e7d625b-0364-4367-a6be-d5be4a48d228
parent 1d12c9ea
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,9 @@ void EQM_PWR_POL_UO2::ReadWeightFile(string PathToWeightFile)
// _______________________________________________________________________
double EQM_PWR_POL_UO2::GetFissileMolarFraction ( IsotopicVector Fissil , IsotopicVector Fertil , double BurnUp )
{
return fParam_Bu_0 + fParam_Bu*BurnUp + fParam_BuSquare*BurnUp*BurnUp ;
double Fraction = fParam_Bu_0 + fParam_Bu*BurnUp + fParam_BuSquare*BurnUp*BurnUp;
DBGV("Fissile molar fraction : "<<Fraction)
return Fraction ;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment