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

change initialization process

git-svn-id: svn+ssh://svn.in2p3.fr/class@449 0e7d625b-0364-4367-a6be-d5be4a48d228
parent 5413c1e5
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ EvolutionData IM_Matrix::GenerateEvolutionData(IsotopicVector isotopicvector, Ev
{
DBGL
if(fFastDecay.size() == 0)
BuildDecayMatrix();
NuclearDataInitialization();
string ReactorType;
......
......@@ -66,7 +66,7 @@ EvolutionData IM_RK4::GenerateEvolutionData(IsotopicVector isotopicvector, Evolu
DBGL
if(fFastDecay.size() == 0)
{
BuildDecayMatrix();
NuclearDataInitialization();
fNVar = findex_inver.size();
}
......
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