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

git-svn-id: svn+ssh://svn.in2p3.fr/class@282 0e7d625b-0364-4367-a6be-d5be4a48d228
parent 14dcba0d
No related branches found
No related tags found
No related merge requests found
......@@ -264,7 +264,7 @@ vector<double> EQM_MLP_MOX::BuildFuel(double BurnUp, double HMMass,vector<Isotop
{
cout<<"You requiere more depleted uranium "<<"("<<DeltaM/1e6<<" t needed) ! Reactor not fill"<<endl;
for(int i=0 ; i<int(lambda.size()) ; i++)
lambda[i]=0;
lambda[i]=-1;
break;
}
......@@ -286,7 +286,7 @@ vector<double> EQM_MLP_MOX::BuildFuel(double BurnUp, double HMMass,vector<Isotop
{
cout<<"You requiere more (or better) plutonium !! Reactor not fill"<<endl;
for(int i=0 ; i<int(lambda.size()) ; i++)
lambda[i]=0;
lambda[i]=-1;
break;
}
......
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