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