From abde69e06aba2c128eabcb87b0002a55ec9ab27e Mon Sep 17 00:00:00 2001 From: Baptiste Mouginot <mouginot.baptiste@gmail.com> Date: Fri, 17 Apr 2015 07:26:42 +0000 Subject: [PATCH] Name correction git-svn-id: svn+ssh://svn.in2p3.fr/class@628 0e7d625b-0364-4367-a6be-d5be4a48d228 --- gui/trunk/CLASSRead.cxx | 8 ++++---- gui/trunk/CLASSRead.hxx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gui/trunk/CLASSRead.cxx b/gui/trunk/CLASSRead.cxx index d00e205cb..a3f08ef55 100755 --- a/gui/trunk/CLASSRead.cxx +++ b/gui/trunk/CLASSRead.cxx @@ -324,7 +324,7 @@ void CLASSRead::PlotInv(vector<CLASSPlotElement> toplot, bool DecayChain, int St if(!DecayChain) BuildTGraph(toplotTTree[i], 0, out); else - BuildTGraphUsingDecayCHain(toplotTTree[i], 0, StartingStep, FinalTime, StepNUmber, LinBin, out); + BuildTGraphUsingDecayChain(toplotTTree[i], 0, StartingStep, FinalTime, StepNUmber, LinBin, out); } } @@ -503,7 +503,7 @@ void CLASSRead::PlotTox(vector<CLASSPlotElement> toplot, bool DecayChain, int St BuildTGraph(toplotTTree[i], 1, out); else - BuildTGraphUsingDecayCHain(toplotTTree[i], 1, StartingStep, FinalTime, StepNUmber, LinBin, out); + BuildTGraphUsingDecayChain(toplotTTree[i], 1, StartingStep, FinalTime, StepNUmber, LinBin, out); } } fCNucleiTox->cd(); @@ -682,7 +682,7 @@ void CLASSRead::PlotHeat(vector<CLASSPlotElement> toplot, bool DecayChain, int S if(!DecayChain) BuildTGraph(toplotTTree[i], 2, out); else - BuildTGraphUsingDecayCHain(toplotTTree[i], 2, StartingStep, FinalTime, StepNUmber, LinBin, out); + BuildTGraphUsingDecayChain(toplotTTree[i], 2, StartingStep, FinalTime, StepNUmber, LinBin, out); } } fCNucleiHeat->cd(); @@ -1105,7 +1105,7 @@ void CLASSRead::BuildTGraph(vector<CLASSPlotElement> toplot, int PlotId, string } -void CLASSRead::BuildTGraphUsingDecayCHain(vector<CLASSPlotElement> toplot, int PlotId, int StartingStep, cSecond FinalTime, int StepNUmber, bool LinBin, string opt) +void CLASSRead::BuildTGraphUsingDecayChain(vector<CLASSPlotElement> toplot, int PlotId, int StartingStep, cSecond FinalTime, int StepNUmber, bool LinBin, string opt) { TGraph** Graph; int NumberGraphIterator = 0; diff --git a/gui/trunk/CLASSRead.hxx b/gui/trunk/CLASSRead.hxx index 1dc7b24d8..1fb878324 100755 --- a/gui/trunk/CLASSRead.hxx +++ b/gui/trunk/CLASSRead.hxx @@ -60,7 +60,7 @@ public : void ReadTime(); void BuildTGraph(vector<CLASSPlotElement> toplot, int PlotId = 0, string opt = "L"); - void BuildTGraphUsingDecayCHain(vector<CLASSPlotElement> toplot, int PlotId, int StartingStep, cSecond FinalTime, int StepNUmber, bool LinBin, string opt); + void BuildTGraphUsingDecayChain(vector<CLASSPlotElement> toplot, int PlotId, int StartingStep, cSecond FinalTime, int StepNUmber, bool LinBin, string opt); void PlotInv(vector<CLASSPlotElement> toplot, bool DecayChain = false, int StartingStep = 0, cSecond FinalTime = 0, int StepNUmber = 0, bool LinBin = true , string opt = "L"); -- GitLab