Merge branch 'master' of https://github.com/dbalazs92/BM1D
This commit is contained in:
commit
652f9eeb35
4
BM1D.cc
4
BM1D.cc
|
@ -74,7 +74,11 @@ int main(int argc, char* argv[])
|
||||||
myPlotter->Plot(nRuns, nSteps, myBM1DProcess->GetT(), myBM1DProcess->GetX());
|
myPlotter->Plot(nRuns, nSteps, myBM1DProcess->GetT(), myBM1DProcess->GetX());
|
||||||
|
|
||||||
Analyse *myAnalyse = new Analyse();
|
Analyse *myAnalyse = new Analyse();
|
||||||
|
|
||||||
|
switch(random_type){
|
||||||
|
case 'g' :
|
||||||
myAnalyse->AnalyseGaus(myBM1DProcess->GetT(),myBM1DProcess->GetX());
|
myAnalyse->AnalyseGaus(myBM1DProcess->GetT(),myBM1DProcess->GetX());
|
||||||
|
}
|
||||||
|
|
||||||
App.Run();
|
App.Run();
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue